Skip to content

Commit 7250e97

Browse files
committed
Remove unused imports and redundant exports from __init__.py which caused circular imports
1 parent c367183 commit 7250e97

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pydifact/__init__.py

-6
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
2222

23-
from pydifact import segmentcollection, parser, segments, serializer, token, tokenizer
2423

2524
__version__ = "0.1.8"
2625

@@ -35,16 +34,11 @@
3534
"__version__",
3635
"Characters",
3736
"Parser",
38-
"parser",
3937
"Segment",
40-
"segmentcollection",
41-
"segments",
4238
"Serializer",
4339
"serializer",
4440
"Token",
45-
"token",
4641
"Tokenizer",
47-
"tokenizer",
4842
]
4943

5044
# up-to-date information for newest standard

0 commit comments

Comments
 (0)