Skip to content

Commit 8485417

Browse files
committed
Removing unsupported option in py3.8
1 parent c7164b6 commit 8485417

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nxc/logger.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def __init__(self, extra=None):
9393
rich_tracebacks=True,
9494
tracebacks_show_locals=False
9595
)],
96-
encoding="utf-8"
9796
)
9897
self.logger = logging.getLogger("nxc")
9998
self.extra = extra

0 commit comments

Comments
 (0)