Fixed a few things mentioned in SonarCloud
All checks were successful
Analysis / SonarCloud (push) Successful in 40s

This commit is contained in:
2024-10-29 23:19:52 +01:00
parent 4ee704b41e
commit d20d07bb6a
4 changed files with 14 additions and 9 deletions

View File

@@ -6,10 +6,12 @@ from libbot._utils import supports_argument
def func1(foo: str, bar: str):
"""Dummy function with specific arguments"""
pass
def func2(foo: str):
"""Dummy function with specific arguments"""
pass