Skip to content

Commit 48782cb

Browse files
committed
Change CRLF to LF
1 parent 2dc7ac6 commit 48782cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def emit(self, level: int, msg: str):
9898
null_logger = None
9999

100100
# pylint:disable=global-statement
101-
def getLogger(name: str) -> 'Logger':
101+
def getLogger(name: str) -> "Logger":
102102
"""Create or retrieve a logger by name.
103103
104104
:param name: the name of the logger to create/retrieve None will cause the

0 commit comments

Comments
 (0)