fix viv/extractor.py codestyle imports

This commit is contained in:
Yacine Elhamer
2023-06-05 12:17:27 +01:00
parent 65f18aecc8
commit 103b384c09

View File

@@ -6,7 +6,7 @@
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and limitations under the License.
import logging
from typing import Dict, List, Tuple, Iterator, Any
from typing import Any, Dict, List, Tuple, Iterator
import viv_utils
import viv_utils.flirt