Skip to content

Commit f735af7

Browse files
committed
fix(lint): Solve linting problems
1 parent f72c3f8 commit f735af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcclient/secure/_activity_audit_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def list_events(self, from_date=None, to_date=None, scope_filter=None, limit=0,
2222
data_sources=None):
2323
"""
2424
List the events in the Activity Audit.
25-
25+
2626
Args:
2727
from_date (datetime.datetime): the start of the time range from which to get events. The default value is yesterday.
2828
to_date (datetime.datetime): the end of the time range from which to get events. The default value is now.

0 commit comments

Comments
 (0)