Skip to content

Commit 9d6b469

Browse files
committed
apply autoflake
1 parent 36498e5 commit 9d6b469

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from setuptools import setup, find_packages
22
import codecs
33
import os
4-
import re
54

65
__version__ = None
76
with open("pytest_httpbin/version.py") as f:

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import pytest
22

3-
from pytest_httpbin.plugin import httpbin_ca_bundle
43

54

65
@pytest.fixture(autouse=True, scope='function')

0 commit comments

Comments
 (0)