Skip to content

Commit

Permalink
Merge pull request #1018 from hemberger/fix-abc
Browse files Browse the repository at this point in the history
crs.py: remove @AbstractMethod decorator
  • Loading branch information
snowman2 committed Jan 26, 2022
2 parents 24eade7 + 3be3753 commit ce9de36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproj/crs/crs.py
Expand Up @@ -7,7 +7,6 @@
import re
import threading
import warnings
from abc import abstractmethod
from typing import Any, Callable, Dict, List, Optional, Tuple, Union

from pyproj._crs import (
Expand Down Expand Up @@ -1591,7 +1590,6 @@ class CustomConstructorCRS(CRS):
"""

@property
@abstractmethod
def _expected_types(self) -> Tuple[str, ...]:
"""
These are the type names of the CRS class
Expand Down

0 comments on commit ce9de36

Please sign in to comment.