Skip to content

Commit

Permalink
Fixing newlines error
Browse files Browse the repository at this point in the history
  • Loading branch information
polhenarejos committed Nov 19, 2020
1 parent dc53590 commit 725d192
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion certbot_castle/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
__version__ = "unknown"try: from ._version import __version__except ImportError: # We're running in a tree that hasn't run darcsver, and didn't come with a # _version.py, so we don't know what our version is. This should not happen # very often. passquiet_pyflakes=[__version__]
__version__ = "unknown"
try:
from ._version import __version__
except ImportError:
# We're running in a tree that hasn't run darcsver, and didn't come with a
# _version.py, so we don't know what our version is. This should not happen
# very often.
pass
quiet_pyflakes=[__version__]

0 comments on commit 725d192

Please sign in to comment.