Skip to content

Commit

Permalink
Import Self from typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
MassimoCimmino committed Nov 29, 2024
1 parent 0645d57 commit 8f5543c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pygfunction/borefield.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
from typing import Union, List, Dict, Tuple, Self
from typing import Union, List, Dict, Tuple
from typing_extensions import Self

import numpy as np
import numpy.typing as npt
Expand Down

0 comments on commit 8f5543c

Please sign in to comment.