Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

Commit 85ba969

Browse files
authored
Make flake8 happy
This fixes all PR travis builds.
1 parent 2021996 commit 85ba969

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
except ImportError:
1818
import json
1919

20-
import requests
21-
import six
22-
import warnings
23-
import logging
20+
import requests # noqa: E402
21+
import six # noqa: E402
22+
import warnings # noqa: E402
23+
import logging # noqa: E402
2424

2525

2626
class ArgumentOutOfRangeException(Exception):

0 commit comments

Comments
 (0)