Skip to content

Commit d3b89cf

Browse files
committed
lint
1 parent e44feef commit d3b89cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aikido_zen/middleware/set_rate_limit_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from aikido_zen.context import get_current_context
22
from aikido_zen.helpers.logging import logger
33

4+
45
def set_rate_limit_group(group_id: str):
56
if not group_id or not isinstance(group_id, str):
67
logger.warning("")
@@ -16,4 +17,3 @@ def set_rate_limit_group(group_id: str):
1617

1718
context.rate_limit_group = group_id
1819
context.set_as_current_context()
19-

0 commit comments

Comments
 (0)