Skip to content

Commit cac5e6b

Browse files
fix: Reverted renaming and added ignore of pep-8 rule (#218)
1 parent d6cee36 commit cac5e6b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ line-length = 79
6060
[tool.ruff.lint]
6161
ignore = [
6262
"E501",
63+
"N802",
6364
]
6465

6566
extend-select = [

src/sumo/wrapper/sumo_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def _delete():
378378

379379
return retryer(_delete)
380380

381-
def get_logger(self, name):
381+
def getLogger(self, name):
382382
"""Gets a logger object that sends log objects into the message_log
383383
index for the Sumo instance.
384384

0 commit comments

Comments
 (0)