Skip to content

Commit feb78c4

Browse files
committed
Add future annotations import to guiutils.py for improved type hinting
1 parent 806f6bc commit feb78c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sigima_/tests/guiutils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
or as standalone scripts.
66
"""
77

8+
from __future__ import annotations
9+
810
import types
911

1012
import pytest

0 commit comments

Comments
 (0)