Skip to content

Commit

Permalink
bugfixes window size
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophGehbauer committed Apr 30, 2024
1 parent 3460a73 commit 9de5c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion afc/defaultConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

# pylint: disable=too-many-arguments, bare-except, too-many-locals
# pylint: disable=invalid-name, dangerous-default-value
# pylint: disable=invalid-name, dangerous-default-value, unused-argument

import os
import sys
Expand Down

0 comments on commit 9de5c25

Please sign in to comment.