Skip to content

Commit 6ee788c

Browse files
committed
fix code format
Signed-off-by: Aayush Kumar <aayush214.kumar@gmail.com>
1 parent b0ef77a commit 6ee788c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scanpipe/models.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2798,7 +2798,9 @@ def __str__(self):
27982798

27992799
def save(self, *args, **kwargs):
28002800
if self.path and not self.parent_directory_path:
2801-
self.parent_directory_path = parent_directory(str(self.path), with_trail=False)
2801+
self.parent_directory_path = parent_directory(
2802+
str(self.path), with_trail=False
2803+
)
28022804
super().save(*args, **kwargs)
28032805

28042806
@property

0 commit comments

Comments
 (0)