Skip to content

Commit

Permalink
fix import order for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
t-yamamura committed Feb 7, 2022
1 parent 38d130b commit 6367dcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from setuptools import find_packages, setup

from chikkarpy.config import download_dictionary

from setuptools import find_packages, setup

setup(
name="chikkarpy",
Expand Down

0 comments on commit 6367dcd

Please sign in to comment.