From 8938b4150ace84b61df2255d41f69ce596eee2df Mon Sep 17 00:00:00 2001 From: Felix Blanke Date: Thu, 17 Aug 2023 22:22:08 +0200 Subject: [PATCH] Fix imports --- download_digital.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/download_digital.py b/download_digital.py index b6fa0d8..badd845 100644 --- a/download_digital.py +++ b/download_digital.py @@ -1,13 +1,12 @@ +import json +from datetime import datetime from pathlib import Path import fire import pandas as pd from selenium import webdriver -from selenium.webdriver.firefox.options import Options from selenium.webdriver.common.by import By -import json - -from datetime import datetime +from selenium.webdriver.firefox.options import Options bundesland_dict = { "110": "Schleswig-Holstein",