Skip to content

Commit 1d2f44a

Browse files
committed
chore: housekeeping
1 parent 35f066b commit 1d2f44a

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# OS: Windows
1010
desktop.ini
1111
System Volume Information
12-
Thumbs.db
1312
Thumbs.db*
1413

1514
# Python

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: tests
1+
name: actions
22

33
on:
44
push:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# OS: Windows
88
desktop.ini
99
System Volume Information
10-
Thumbs.db
1110
Thumbs.db*
1211

1312
# Python

maildaemon/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Logging(boilerplates.logging.Logging):
2121
"""Logging configuration."""
2222

2323
packages = ['maildaemon']
24-
# level_package = logging.INFO
24+
# level_global = logging.INFO
2525

2626

2727
class Formatter(argparse.ArgumentDefaultsHelpFormatter, argparse.RawDescriptionHelpFormatter):

0 commit comments

Comments
 (0)