Skip to content

Commit

Permalink
Extra blank line around function in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle committed Mar 14, 2024
1 parent ed5c81f commit 7db0575
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
)
sys.exit(1)


def set_builtin(name, value):
if isinstance(__builtins__, dict):
__builtins__[name] = value
Expand All @@ -58,6 +59,7 @@ def set_builtin(name, value):
# see https://github.com/jopohl/urh/issues/1106
setattr(__builtins__, name, value)


class build_ext(_build_ext):
def finalize_options(self):
print("Finalizing options")
Expand Down

0 comments on commit 7db0575

Please sign in to comment.