summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2024-02-23 11:06:10 +0100
committerHelmut Grohne <helmut@subdivi.de>2024-02-23 11:06:10 +0100
commit1bb54225263fc29beb2b68f723e105c213ded912 (patch)
tree82d82efb3a8d08d13483f14331cab18f84dd5eba
parent00841e88b74864fd1c287ff27c1dd9387902dcf9 (diff)
downloadpython-linuxnamespaces-1bb54225263fc29beb2b68f723e105c213ded912.tar.gz
delete unused imports
-rw-r--r--linuxnamespaces/__init__.py1
-rw-r--r--tests/test_simple.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/linuxnamespaces/__init__.py b/linuxnamespaces/__init__.py
index be3dd8d..b0e5b85 100644
--- a/linuxnamespaces/__init__.py
+++ b/linuxnamespaces/__init__.py
@@ -12,7 +12,6 @@ import os
import pathlib
import stat
import subprocess
-import sys
import typing
from .atlocation import *
diff --git a/tests/test_simple.py b/tests/test_simple.py
index 5889e25..b6f5c42 100644
--- a/tests/test_simple.py
+++ b/tests/test_simple.py
@@ -2,7 +2,6 @@
# SPDX-License-Identifier: GPL-3
import asyncio
-import functools
import os
import pathlib
import socket