Skip to content

Commit

Permalink
More lint fixes.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Sep 23, 2024
1 parent 4276cb3 commit 38adb3b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions galaxy_ng/tests/unit/app/test_dynaconf_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

from galaxy_ng.app.dynaconf_hooks import post as post_hook

from pprint import pprint


class SuperDict(dict):

Expand Down Expand Up @@ -310,7 +308,11 @@ def validate(*args, **kwargs):
),
],
)
def test_dynaconf_hooks_authentication_backends_and_classes(do_stuff, extra_settings, expected_results):
def test_dynaconf_hooks_authentication_backends_and_classes(
do_stuff,
extra_settings,
expected_results
):

# skip test this way ...
if not do_stuff:
Expand Down

0 comments on commit 38adb3b

Please sign in to comment.