Skip to content

Commit 474ce17

Browse files
committed
fix code format
Signed-off-by: Aayush Kumar <aayush214.kumar@gmail.com>
1 parent 08687b0 commit 474ce17

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
@@ -2814,7 +2814,9 @@ def __str__(self):
28142814

28152815
def save(self, *args, **kwargs):
28162816
if self.path and not self.parent_directory_path:
2817-
self.parent_directory_path = parent_directory(str(self.path), with_trail=False)
2817+
self.parent_directory_path = parent_directory(
2818+
str(self.path), with_trail=False
2819+
)
28182820
super().save(*args, **kwargs)
28192821

28202822
def get_absolute_url(self):

0 commit comments

Comments
 (0)