We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd35b2e commit 30f69fdCopy full SHA for 30f69fd
screen_brightness_control/__init__.py
@@ -3,8 +3,7 @@
3
import threading
4
import time
5
import traceback
6
-import warnings
7
-from dataclasses import dataclass, field, fields
+from dataclasses import dataclass, field
8
from types import ModuleType
9
from typing import Callable, Any, Dict, List, Optional, Tuple, Type, Union, FrozenSet, ClassVar
10
from ._version import __author__, __version__ # noqa: F401
0 commit comments