Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
euri10 committed Apr 21, 2020
1 parent 8f2d21c commit 1dca35e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import socket

import pytest

CERTIFICATE = b"""-----BEGIN CERTIFICATE-----
Expand Down Expand Up @@ -113,4 +111,3 @@ def ini_log_config(tmp_path):
with open(inifile, "w") as fout:
fout.write(INI_LOG_CONFIG)
return inifile

1 change: 0 additions & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,3 @@ def install_signal_handlers(self):
finally:
sock_client.close()
thread.join()

0 comments on commit 1dca35e

Please sign in to comment.