Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/staging' into fs3
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed Apr 3, 2024
2 parents 7e73d85 + 9839014 commit 9016f7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/cli/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class FileFullPaths(_FullPaths):
>>> action=FileFullPaths,
>>> filetypes="video))"
"""

def __init__(self, *args, filetypes: str | None = None, **kwargs) -> None:
super().__init__(*args, **kwargs)
self.filetypes = filetypes
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
logger = logging.getLogger(__name__)


class _GuiSession(): # pylint:disable=too-few-public-methods
class _GuiSession():
""" Parent class for GUI Session Handlers.
Parameters
Expand Down

0 comments on commit 9016f7a

Please sign in to comment.