Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Jun 23, 2023
1 parent a3bb4c4 commit 3f3af31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openatlas/views/arche.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
from werkzeug.wrappers import Response

from openatlas import app
from openatlas.api.import_scripts.arche import fetch_arche_data, import_arche_data
from openatlas.api.import_scripts.arche import (
fetch_arche_data, import_arche_data)
from openatlas.database.connect import Transaction
from openatlas.display.tab import Tab
from openatlas.display.table import Table
Expand Down

0 comments on commit 3f3af31

Please sign in to comment.