Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldstoner committed Feb 24, 2025
1 parent 98674e0 commit 5df7929
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions selfhash/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/usr/bin/python
# Hash: 2b5837c63ddf7dfe377db36b244d0a9fb3d5e44dcaa98da7cb0a4da66645925d
# Hash: 3db4cafd1f7d5f3ea9ef93ef745ad8c7cd6561619ba1fe150bae61d5c7ed78dc
# Author: Ron Stoner
# Github: ronaldstoner
# Website: stoner.com

from .selfhash import SelfHash

"""
SelfHash init
"""

from .selfhash import SelfHash

0 comments on commit 5df7929

Please sign in to comment.