Skip to content

Commit 10e30ac

Browse files
committed
remove unused var
1 parent 5ee8f72 commit 10e30ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pdal/pio.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
PDAL_DRIVERS_JSON = subprocess.run(["pdal", "--drivers", "--showjson"], capture_output=True).stdout
1313
PDAL_DRIVERS = json.loads(PDAL_DRIVERS_JSON)
14-
modules = set([e["name"].split(".")[0] for e in PDAL_DRIVERS])
15-
1614

1715
DEFAULT_STAGE_PARAMS = defaultdict(dict)
1816
DEFAULT_STAGE_PARAMS.update({

0 commit comments

Comments
 (0)