Skip to content

Commit

Permalink
alphabetized imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Nov 19, 2023
1 parent 1487a92 commit d550e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submit50/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
import requests
import termcolor

from packaging import version
from importlib.resources import files
from packaging import version
from . import __version__, CONFIG_LOADER

# Internationalization
Expand Down

0 comments on commit d550e3d

Please sign in to comment.