Skip to content

Commit 7c37ed0

Browse files
Remove unused imports
1 parent 95e9f5e commit 7c37ed0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_notifier.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# pylint: disable=locally-disabled, missing-class-docstring, missing-function-docstring, redefined-outer-name, too-few-public-methods, missing-module-docstring
22

33
import asyncio
4-
import socket
5-
import time
64
from multiprocessing import Process, Queue
75

86
import pytest

0 commit comments

Comments
 (0)