Skip to content

Commit

Permalink
Fix importlib.metadata import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AliOsm committed Aug 28, 2023
1 parent b86c0cf commit bd15511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tafrigh/utils/cli_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import argparse
import importlib
import importlib.metadata
import re

from tafrigh.types.transcript_type import TranscriptType
Expand Down

0 comments on commit bd15511

Please sign in to comment.