Skip to content

Commit aaec922

Browse files
committed
Updated Tests
1 parent e8a4088 commit aaec922

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_pac_sat.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
import types
33
from datetime import date, datetime, timedelta, timezone
44
from decimal import Decimal
5-
from enum import StrEnum
65
from uuid import UUID
76
from pprint import PrettyPrinter
87
from unittest import mock
98

9+
from satcfdi.utils import StrEnum
10+
1011
from satcfdi.create.catalogos import EstadoComprobante
1112

1213
from satcfdi.create.cfd.catalogos import TipoDeComprobante

0 commit comments

Comments
 (0)