Skip to content

Commit 8d44690

Browse files
committed
fix: attempt to fix GHA py310 tests
1 parent 1e4dd6f commit 8d44690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scim2_server/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import datetime
2-
import importlib
2+
import importlib.resources
33
import json
44
import re
55
import sys

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import importlib
1+
import importlib.resources
22
import json
33

44
import httpx

0 commit comments

Comments
 (0)