Skip to content

Commit

Permalink
Refactor imports to troubleshoot test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Nov 22, 2024
1 parent 964e4fb commit 7a5f3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_data_models/models/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

from neon_data_models.models.api.node_v1 import *
from neon_data_models.models.api.mq import *
from neon_data_models.models.api.jwt import *
from neon_data_models.models.api.llm import *
from neon_data_models.models.api.mq import *

0 comments on commit 7a5f3e1

Please sign in to comment.