Skip to content

Commit 30f69fd

Browse files
committed
Fix lint warnings
1 parent bd35b2e commit 30f69fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

screen_brightness_control/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
import threading
44
import time
55
import traceback
6-
import warnings
7-
from dataclasses import dataclass, field, fields
6+
from dataclasses import dataclass, field
87
from types import ModuleType
98
from typing import Callable, Any, Dict, List, Optional, Tuple, Type, Union, FrozenSet, ClassVar
109
from ._version import __author__, __version__ # noqa: F401

0 commit comments

Comments
 (0)