Skip to content

Commit 2c3909a

Browse files
authored
LNT: address pylint complaint about _USER_PROJ_DATA (#954)
1 parent 86d6a33 commit 2c3909a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproj/datadir.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def get_data_dir() -> str:
7070
global _VALIDATED_PROJ_DATA
7171
if _VALIDATED_PROJ_DATA is not None:
7272
return _VALIDATED_PROJ_DATA
73-
global _USER_PROJ_DATA
7473
internal_datadir = Path(__file__).absolute().parent / "proj_dir" / "share" / "proj"
7574
proj_lib_dirs = os.environ.get("PROJ_LIB", "")
7675
prefix_datadir = Path(sys.prefix, "share", "proj")

0 commit comments

Comments
 (0)