diff options
author | Helmut Grohne <helmut@subdivi.de> | 2024-02-23 11:06:10 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2024-02-23 11:06:10 +0100 |
commit | 1bb54225263fc29beb2b68f723e105c213ded912 (patch) | |
tree | 82d82efb3a8d08d13483f14331cab18f84dd5eba /tests | |
parent | 00841e88b74864fd1c287ff27c1dd9387902dcf9 (diff) | |
download | python-linuxnamespaces-1bb54225263fc29beb2b68f723e105c213ded912.tar.gz |
delete unused imports
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_simple.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |