Skip to content

Commit 615a15c

Browse files
committed
Fix whitespace errors from black linter
1 parent 27fafb1 commit 615a15c

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

src/guacscanner/ConnectionParameters.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""A dataclass container for Guacamole connection parameters."""
22

3-
43
# Standard Python Libraries
54
from dataclasses import dataclass
65

src/guacscanner/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""The guacscanner library."""
2+
23
# We disable a Flake8 check for "Module imported but unused (F401)"
34
# here because, although this import is not directly used, it
45
# populates the value package_name.__version__, which is used to get

src/guacscanner/guacscanner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
--windows-sftp-base-file=FILENAME The file from which the base path for Windows SFTP connections will be read. [default: /run/secrets/windows-sftp-base]
4242
"""
4343

44-
4544
# Standard Python Libraries
4645
import datetime
4746
import hashlib

0 commit comments

Comments
 (0)