Skip to content

Commit

Permalink
fixed misplaced import
Browse files Browse the repository at this point in the history
  • Loading branch information
keighrim committed Jun 26, 2024
1 parent c832a57 commit 4e372ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Metadata for the Scenes-with-text app.
"""
import sys
from pathlib import Path

from clams.app import ClamsApp
Expand Down Expand Up @@ -94,7 +95,6 @@ def appmetadata() -> AppMetadata:

# DO NOT CHANGE the main block
if __name__ == '__main__':
import sys
metadata = appmetadata()
for param in ClamsApp.universal_parameters:
metadata.add_parameter(**param)
Expand Down

0 comments on commit 4e372ca

Please sign in to comment.