diff options
-rw-r--r-- | linuxnamespaces/__init__.py | 1 | ||||
-rw-r--r-- | tests/test_simple.py | 1 |
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 |