Skip to content

Commit

Permalink
mucked up a merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Feb 14, 2024
1 parent ac8d97e commit 4decd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
from timml.trace import timtraceline, timtracelines
from timml.uflow import Uflow
from timml.version import __version__
from timml.well import HeadWell, Well, WellBase
from timml.well import HeadWell, LargeDiameterWell, Well, WellBase

__all__ = [s for s in dir() if not s.startswith("_")]

Expand Down

0 comments on commit 4decd0a

Please sign in to comment.