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 authored Jul 22, 2024
1 parent 7a4fe2a commit caa505a
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 caa505a

Please sign in to comment.