Skip to content

Commit

Permalink
NOQA for from typing import Mapping import in aiomisc/service/raven…
Browse files Browse the repository at this point in the history
….py (as it used in type annotation)
  • Loading branch information
leenr committed Oct 16, 2018
1 parent c10e6c1 commit 5438247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiomisc/service/raven.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging
from typing import Mapping
from typing import Mapping # NOQA

import yarl
from raven import Client
Expand Down

0 comments on commit 5438247

Please sign in to comment.