Skip to content

Commit

Permalink
Move comment closer to line it applies to
Browse files Browse the repository at this point in the history
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
  • Loading branch information
dav3r and mcdonnnj authored Mar 11, 2022
1 parent bcce0d7 commit 4774eea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/awssh/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""The awssh library."""
# Standard Python Libraries
from pathlib import Path

# We disable a Flake8 check for "Module imported but unused (F401)" here because
# although this import is not directly used, it populates the value
# package_name.__version__, which is used to get version information about this
# Python package.
# Standard Python Libraries
from pathlib import Path

from ._version import __version__ # noqa: F401

CREDENTIAL_DIR = Path("~/.aws").expanduser()
Expand Down

0 comments on commit 4774eea

Please sign in to comment.