Skip to content

Commit 8f1d8b4

Browse files
Thomas BettlerChristoph Schaller
Thomas Bettler
authored and
Christoph Schaller
committed
fix: cleanup
1 parent 857143a commit 8f1d8b4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

example_main.py

+1-7
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@
1010
######################################################################
1111

1212
import os
13-
import sys
14-
import importlib
15-
import argparse
1613

17-
from datetime import datetime, date, time, timedelta
14+
from datetime import timedelta
1815
import time
1916
from pyfintcontroller import *
2017

@@ -27,9 +24,6 @@
2724
#One Filter example
2825
#One 1.5m resize example
2926

30-
#Change to select, which test is run
31-
variant = 3
32-
3327
#Path to output folder
3428
working_dir = os.path.join(os.getcwd(), "output")
3529
#Paths to input rasters

0 commit comments

Comments
 (0)