Skip to content

Commit

Permalink
fixed import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danisven committed Jun 18, 2020
1 parent 7a89e86 commit c36fa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stringmeup/stringmeup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
__version__ = "0.1.1"

import argparse
import stringmeup.taxonomy
import operator
import logging
import gzip
import sys
from stringmeup import taxonomy
from dataclasses import dataclass
from os import path

Expand Down

0 comments on commit c36fa49

Please sign in to comment.