Skip to content

Commit af2c874

Browse files
authored
Update pytest_factoryboy/plugin.py
1 parent e8868c4 commit af2c874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_factoryboy/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_current_deps(self, request):
5050
return deps
5151

5252
def execute(self, request, function, deferred):
53-
""" "Execute deferred function and store the result."""
53+
"""Execute deferred function and store the result."""
5454
if function in self.in_progress:
5555
raise CycleDetected()
5656
fixture = function.__name__

0 commit comments

Comments
 (0)