Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 333feea

Browse files
chebee7iashwoods
authored andcommitted
Fix a few flake8s.
1 parent f31e404 commit 333feea

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

raven/utils/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
pkg_resources = None # NOQA
1515
import sys
1616

17-
from raven.utils.compat import iteritems, string_types
18-
from raven.utils.basic import (
17+
# Using "NOQA" to preserve export compatibility
18+
from raven.utils.compat import iteritems, string_types # NOQA
19+
from raven.utils.basic import ( # NOQA
1920
merge_dicts, varmap, memoize, once, is_namedtuple
2021
)
2122

0 commit comments

Comments
 (0)