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 63a378e
Showing 1 changed file with 1 addition and 1 deletion.
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 63a378e

Please sign in to comment.