Skip to content

Commit b7273c5

Browse files
author
Jackson
committed
Removed a redundant blank line
1 parent 11c456c commit b7273c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/classes/assets.py

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def get_assets_path(file_path=None, create_paths=True):
4949
asset_folder_name_30_char = asset_filename[:30] + "_assets"
5050
asset_path_30_char = os.path.join(os.path.dirname(file_path), asset_folder_name_30_char)
5151

52-
5352
# Create asset folder, if necessary
5453
if create_paths:
5554

0 commit comments

Comments
 (0)