Skip to content

Commit

Permalink
[patch] Import annotations for 3.9 compatibility with type hint sugar
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber committed Jul 22, 2024
1 parent 7a4fe2a commit 7e95ea6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyiron_snippets/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Classes to find data files and executables in global paths.
"""

from __future__ import annotations

from abc import ABC, abstractmethod
from collections.abc import Iterator, Iterable
import os
Expand Down

0 comments on commit 7e95ea6

Please sign in to comment.