Skip to content

Commit 66cbdc3

Browse files
committed
Black formatting on locust/parse.py
1 parent c2a8d45 commit 66cbdc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

locust/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def visit_Attribute(self, node: ast.Attribute) -> None:
233233
parent=parent,
234234
)
235235

236-
self.definitions.extend([origin_definition ,definition])
236+
self.definitions.extend([origin_definition, definition])
237237

238238
def reset(self):
239239
self.scope = []

0 commit comments

Comments
 (0)