Skip to content

Commit 149fdac

Browse files
committed
Fix python 3.8 compatibility
1 parent a03ee10 commit 149fdac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
from unittest import mock
24

35
from pytest import fixture

tests/test_user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from unittest import mock
1+
from __future__ import annotations
22

33
from pyschlage.user import User
44

0 commit comments

Comments
 (0)