Skip to content

Commit 426fe95

Browse files
committed
chore: flake8 fix multiple imports on one line
1 parent e5a7770 commit 426fe95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

roundup/init.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
from __future__ import print_function
2121
__docformat__ = 'restructuredtext'
2222

23-
import os, errno, email.parser
23+
import email.parser
24+
import errno
25+
import os
2426

2527

2628
from roundup import install_util

0 commit comments

Comments
 (0)