Skip to content

Commit

Permalink
Explicitly import submodules to troubleshoot model build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Nov 23, 2024
1 parent c238d0e commit 0289609
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions neon_data_models/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

from neon_data_models.models.user import *
from neon_data_models.models.client import *
from neon_data_models.models.api import *

0 comments on commit 0289609

Please sign in to comment.