refactor: Fix flake8 violations under tests/ directory

This commit is contained in:
Takeshi KOMIYA
2020-11-15 17:03:26 +09:00
parent 5a42348fd7
commit 21a3bd4127
15 changed files with 43 additions and 40 deletions

View File

@@ -11,7 +11,6 @@
import http.server
import os
import unittest
from io import BytesIO
from unittest import mock
import pytest