Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
timtucker committed Sep 23, 2024
1 parent 25fcce2 commit ff90192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycaw/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations

import warnings
from typing import Generic, List, TypeVar
from typing import List, TypeVar

import comtypes
import psutil
Expand Down

0 comments on commit ff90192

Please sign in to comment.