Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
deoktr committed Nov 29, 2024
1 parent c37558d commit caef64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pof/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from importlib.metadata import version

__version__ = version("python-obfuscation-framework")
except Exception:
except Exception: # noqa: BLE001
__version__ = "0.0.0"

__all__ = ("BaseObfuscator", "Obfuscator", "__version__")

0 comments on commit caef64a

Please sign in to comment.