Skip to content

Commit

Permalink
Update view/create_views.py
Browse files Browse the repository at this point in the history
Co-authored-by: Damiano Lombardi <[email protected]>
  • Loading branch information
ponceta and domi4484 authored Nov 18, 2024
1 parent fe1f0a3 commit 537550e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/create_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pirogue import MultipleInheritance, SimpleJoins, SingleInheritance
from yaml import safe_load

sys.path.append(os.path.join(os.path.dirname(__file__)))
sys.path.append(os.path.join(os.path.dirname(__file__))) # noqa: E402

from vw_qgep_reach import vw_qgep_reach
from vw_qgep_wastewater_structure import vw_qgep_wastewater_structure
Expand Down

0 comments on commit 537550e

Please sign in to comment.