Skip to content

Commit 6367dcd

Browse files
committed
fix import order for flake8
1 parent 38d130b commit 6367dcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from setuptools import find_packages, setup
16-
1715
from chikkarpy.config import download_dictionary
1816

17+
from setuptools import find_packages, setup
1918

2019
setup(
2120
name="chikkarpy",

0 commit comments

Comments
 (0)