Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 17, 2023
1 parent ac1e356 commit 7464196
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/AutoSplitImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ImageType(IntEnum):
START = 2


class AutoSplitImage():
class AutoSplitImage:
path: str
filename: str
flags: int
Expand Down
2 changes: 1 addition & 1 deletion src/capture_method/CaptureMethodBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from AutoSplit import AutoSplit


class CaptureMethodBase():
class CaptureMethodBase:
name = "None"
short_description = ""
description = ""
Expand Down
2 changes: 1 addition & 1 deletion src/capture_method/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def change_capture_method(selected_capture_method: CaptureMethodEnum, autosplit:


@dataclass
class CameraInfo():
class CameraInfo:
device_id: int
name: str
occupied: bool
Expand Down

0 comments on commit 7464196

Please sign in to comment.