Skip to content

Commit

Permalink
Missing shutil import when used as a @unittest.skipIf (OSGeo#3317)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored and HuidaeCho committed Jan 9, 2024
1 parent e865e42 commit 349ebbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vector/v.in.pdal/testsuite/test_v_in_pdal_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"""

import os
import shutil
from grass.gunittest.case import TestCase
from grass.gunittest.main import test
import unittest
Expand Down
1 change: 1 addition & 0 deletions vector/v.in.pdal/testsuite/test_v_in_pdal_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"""

import os
import shutil
from grass.gunittest.case import TestCase
from grass.gunittest.main import test
import unittest
Expand Down

0 comments on commit 349ebbf

Please sign in to comment.