Skip to content

Commit

Permalink
Renombrar main.py a rut.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cortega26 committed Apr 30, 2024
1 parent d16c638 commit 9de1a0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

import pytest
from rutificador.main import Rut, RutDigitoVerificador, RutBase, RutInvalidoError
from rutificador.rut import Rut, RutDigitoVerificador, RutBase, RutInvalidoError

# pylint: disable=R0904
class TestRutDigitoVerificador:
Expand Down

0 comments on commit 9de1a0b

Please sign in to comment.