Skip to content

Commit

Permalink
fix remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren de Lame committed Aug 1, 2024
1 parent c5d9b1b commit 247fdf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions granulate_utils/linux/ns.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@
from threading import Thread
from typing import Callable, Collection, List, Optional, TypeVar, Union

from psutil import NoSuchProcess, Process, process_iter
from psutil import NoSuchProcess, Process

from granulate_utils.exceptions import UnsupportedNamespaceError
from granulate_utils.linux import containers

T = TypeVar("T")

Expand Down

0 comments on commit 247fdf9

Please sign in to comment.