Skip to content

Commit

Permalink
Add missing import (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max authored Jun 3, 2020
1 parent 79c39ad commit 4dc1c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cvat/apps/dataset_manager/formats/pascal_voc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# SPDX-License-Identifier: MIT

import os
import os.path as osp
import shutil
from glob import glob
Expand Down

0 comments on commit 4dc1c7a

Please sign in to comment.