Skip to content

Commit

Permalink
Merge branch 'main' into reduce-test-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuu authored Sep 10, 2024
2 parents 73a859d + a984303 commit c71faf6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/satpy_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@

import sys

from trollflow2.launcher import launch


def main():
"""Launch trollflow2."""
from trollflow2.launcher import launch
launch(sys.argv[1:])


Expand Down

0 comments on commit c71faf6

Please sign in to comment.