Skip to content

Commit

Permalink
[#2199] Fixed import error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart van der Schoor committed Mar 14, 2024
1 parent 384e72e commit 3246ff9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/open_inwoner/configurations/tests/test_emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
# TODO update to django-mailer
# from django_yubin.models import Log, Message

# silence flake8 before refactor
Message = object
Log = object


@skip("update this to use django-mailer instead of django-yubin")
class DailyFailingEmailDigestTestCase(TestCase):
Expand Down
2 changes: 1 addition & 1 deletion src/open_inwoner/kvk/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from urllib.parse import urlencode

import requests
from simplejson.errors import JSONDecodeError
from requests.exceptions import JSONDecodeError

from .constants import CompanyType
from .models import KvKConfig
Expand Down

0 comments on commit 3246ff9

Please sign in to comment.