Skip to content

Commit 63a378e

Browse files
author
Bart van der Schoor
committed
[#2199] Fixed import error
1 parent 384e72e commit 63a378e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/open_inwoner/kvk/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from urllib.parse import urlencode
55

66
import requests
7-
from simplejson.errors import JSONDecodeError
7+
from requests.exceptions import JSONDecodeError
88

99
from .constants import CompanyType
1010
from .models import KvKConfig

0 commit comments

Comments
 (0)