Skip to content

Commit

Permalink
Missing shutil import when used as a @unittest.skipIf (#3317)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Dec 28, 2023
1 parent 9b3979c commit b5c4891
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 b5c4891

Please sign in to comment.