Skip to content

Commit 65b5cd2

Browse files
committed
Formatting fix
1 parent 69080a3 commit 65b5cd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packet/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The application setup and initialization code lives here.
2+
The application setup and initialization code lives here
33
"""
44

55
import os
@@ -30,7 +30,6 @@
3030
# Logger configuration
3131
logging.getLogger().setLevel(app.config["LOG_LEVEL"])
3232
app.logger.info("Launching packet v" + app.config["VERSION"])
33-
3433
app.logger.info("Using the {} realm".format(app.config["REALM"]))
3534

3635
# Initialize the extensions

0 commit comments

Comments
 (0)