Skip to content

Commit e8868c4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ccb9d7f commit e8868c4

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)