Skip to content

Commit

Permalink
r.edm.eval: fix lazy import of pandas (#1257)
Browse files Browse the repository at this point in the history
*  the code was ready for that but there was a rudimentary line of normal import

fix #1256
  • Loading branch information
pesekon2 authored Dec 7, 2024
1 parent d580516 commit 3cea2c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/raster/r.edm.eval/r.edm.eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@
from subprocess import PIPE
import grass.script as gs
from grass.pygrass.modules import Module
import pandas as pd
import random

clean_layers = []
Expand Down

0 comments on commit 3cea2c8

Please sign in to comment.