Skip to content

Commit

Permalink
Remove reference to Self type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
coroa committed Feb 22, 2024
1 parent bfb58bc commit 21daa52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ptolemy/raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import warnings
from dataclasses import dataclass, replace
from functools import cached_property
from typing import Optional, Self
from typing import Optional

import dask
import fiona as fio
Expand Down

0 comments on commit 21daa52

Please sign in to comment.