Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
castilhera committed Nov 28, 2024
1 parent 3468beb commit fa1b2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/brazil_holidays/api.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from datetime import date, timedelta
from brazil_holidays.models import Holiday
from .models import Holiday


def get_easter_date(year: int) -> date:
Expand Down
1 change: 1 addition & 0 deletions tests/test_holidays.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import unittest
from datetime import date

import brazil_holidays

class TestBrazilHolidays(unittest.TestCase):
Expand Down

0 comments on commit fa1b2f4

Please sign in to comment.