Skip to content

Commit

Permalink
Updated import format
Browse files Browse the repository at this point in the history
used . notation
  • Loading branch information
jschibberges committed Oct 2, 2024
1 parent 2c4f0d3 commit cc1b1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundestag_api/bta_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import requests
import sys
import logging
from models import Person, Aktivitaet, Vorgang, Vorgangsposition, Drucksache, Plenarprotokoll
from utils import is_iso8601, parse_args_to_dict
from .models import Person, Aktivitaet, Vorgang, Vorgangsposition, Drucksache, Plenarprotokoll
from .utils import is_iso8601, parse_args_to_dict

logger = logging.getLogger("bundestag_api")
logger.addHandler(logging.NullHandler())
Expand Down

0 comments on commit cc1b1b7

Please sign in to comment.