fix indentation

This commit is contained in:
Matthew Hodgson
2026-03-22 04:32:56 +00:00
parent 1307220c34
commit f92fdf99ec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ class RemoteHandler(logging.Handler):
# Connect without DNS lookups if it's a direct IP.
if _reactor is None:
_reactor = reactor # type: ignore[assignment]
_reactor = reactor # type: ignore[assignment]
try:
ip = ip_address(self.host)
+1 -1
View File
@@ -52,7 +52,7 @@ class PeriodicallyFlushingMemoryHandler(MemoryHandler):
reactor_to_use: IReactorCore
if reactor is None:
reactor_to_use = cast(IReactorCore, global_reactor)
reactor_to_use = cast(IReactorCore, global_reactor)
else:
reactor_to_use = reactor