Skip to content

Commit 9de1a0b

Browse files
committed
Renombrar main.py a rut.py
1 parent d16c638 commit 9de1a0b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tests/tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010
import pytest
11-
from rutificador.main import Rut, RutDigitoVerificador, RutBase, RutInvalidoError
11+
from rutificador.rut import Rut, RutDigitoVerificador, RutBase, RutInvalidoError
1212

1313
# pylint: disable=R0904
1414
class TestRutDigitoVerificador:

0 commit comments

Comments
 (0)