From 1bb54225263fc29beb2b68f723e105c213ded912 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Fri, 23 Feb 2024 11:06:10 +0100 Subject: delete unused imports --- linuxnamespaces/__init__.py | 1 - tests/test_simple.py | 1 - 2 files changed, 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 -- cgit v1.2.3