We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6cee36 commit cac5e6bCopy full SHA for cac5e6b
2 files changed
pyproject.toml
@@ -60,6 +60,7 @@ line-length = 79
60
[tool.ruff.lint]
61
ignore = [
62
"E501",
63
+ "N802",
64
]
65
66
extend-select = [
src/sumo/wrapper/sumo_client.py
@@ -378,7 +378,7 @@ def _delete():
378
379
return retryer(_delete)
380
381
- def get_logger(self, name):
+ def getLogger(self, name):
382
"""Gets a logger object that sends log objects into the message_log
383
index for the Sumo instance.
384
0 commit comments