Skip to content

Commit 4e537a5

Browse files
author
Saurabh Kumar
committed
make flake8 happy
1 parent 834ffb9 commit 4e537a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dotenv/compat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
try:
2-
from StringIO import StringIO
2+
from StringIO import StringIO # noqa
33
except ImportError:
4-
from io import StringIO
4+
from io import StringIO # noqa

0 commit comments

Comments
 (0)