1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 09:13:23 +00:00

fix lints

This commit is contained in:
Aaron Bannin
2020-05-24 21:12:41 -07:00
parent bceaab8b88
commit 6ac535f18d
2 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import logging
from .config import VCR
from logging import NullHandler
from .record_mode import RecordMode as mode
from .record_mode import RecordMode as mode # noqa import is not used in this file
__version__ = "4.0.2"