Skip to content

Commit

Permalink
random lint in the python fud
Browse files Browse the repository at this point in the history
  • Loading branch information
EclecticGriffin committed Jul 15, 2024
1 parent ed5d3f1 commit d89f4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fud/fud/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def register_external_stages(cfg, registry):
"""

# No externals to load.
if not ["externals"] in cfg:
if ["externals"] not in cfg:
return

for ext, location in cfg[["externals"]].items():
Expand Down

0 comments on commit d89f4bd

Please sign in to comment.