Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-sinina committed Dec 29, 2023
1 parent 3c80cae commit 4adc0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yeti_switch_api/orm/billing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .contact import Contact # noqa: F401
from .invoice.py import Invoice # noqa: F401
from .invoice import Invoice # noqa: F401
from .invoice_originated_destination import InvoiceOriginatedDestination # noqa: F401
from .invoice_originated_network import InvoiceOriginatedNetwork # noqa: F401
from .invoice_terminated_destination import InvoiceTerminatedDestination # noqa: F401
Expand Down

0 comments on commit 4adc0b0

Please sign in to comment.