Skip to content

Commit

Permalink
👹 Feed the hobgoblins (delint).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 18, 2024
1 parent b6e4051 commit a403bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions jaraco/net/dns.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class ForwardingService(win32serviceutil.ServiceFramework):
log_dir: The desired location of the stdout and stderr log files.
DEFAULT: %system%\LogFiles\%(_svc_display_name_)s
"""

_svc_name_ = 'dns_forward'
"The name of the service"
_svc_display_name_ = 'DNS Forwarding Service'
Expand Down
2 changes: 1 addition & 1 deletion jaraco/net/http/staticdirindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def staticdirindex( # noqa: C901
index="",
indexlistermatch="",
indexlister=None,
**kwargs
**kwargs,
):
"""Serve a directory index listing for a dir.
Expand Down

0 comments on commit a403bec

Please sign in to comment.