Skip to content

Commit

Permalink
fix: correcao de importacao
Browse files Browse the repository at this point in the history
  • Loading branch information
heltonricardo committed Dec 20, 2023
1 parent 73c07ab commit c38e465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pytest
from tensorflow.keras.models import Sequential

from train import read_data, create_model, train_model
from ..train import read_data, create_model, train_model


@pytest.fixture
Expand Down

0 comments on commit c38e465

Please sign in to comment.