Skip to content

Commit b8c48ac

Browse files
committed
cleanup
1 parent b81c055 commit b8c48ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/src/servicelib/logging_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ async def setup_async_loggers(
266266
)
267267

268268
# Set up async logging infrastructure
269-
log_queue: queue.Queue = queue.Queue()
269+
log_queue = queue.Queue()
270270
# Create handler with proper formatting
271271
handler = logging.StreamHandler()
272272
handler.setFormatter(

0 commit comments

Comments
 (0)