Skip to content

Commit

Permalink
Added __future__ annotations import
Browse files Browse the repository at this point in the history
Seeing if this helps the tests run in older python
versions
  • Loading branch information
iluvcapra committed Jun 21, 2023
1 parent 83fead3 commit aa4de9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ptsl/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
ptsl Scripting Engine
"""

from __future__ import annotations
from typing import Optional, Tuple, List

from contextlib import contextmanager
Expand Down

0 comments on commit aa4de9d

Please sign in to comment.