Skip to content

Commit

Permalink
Merge pull request #4 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
fix imports
  • Loading branch information
CarlosNasayo authored Jul 18, 2023
2 parents 9ed2803 + 6f6491e commit 08e7781
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/ormWP/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
from .models.adm3 import Adm3
from .models.watershed import Watershed
from .models.wp_content import Wpcontent
from .models.type_content import Typecontent
from .models.type_content import Typecontent
from .models.waterpoint import Waterpoint
from .models.monitored import Monitored
from .models.ws_content import Wscontent
5 changes: 4 additions & 1 deletion src/ormWP/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
from .adm2 import Adm2
from .adm3 import Adm3
from .watershed import Watershed
from .monitored import Waterpoint
from .monitored import Monitored
from .wp_content import Wpcontent
from .ws_content import Wscontent
from .waterpoint import Waterpoint
from .type_content import Typecontent

0 comments on commit 08e7781

Please sign in to comment.