Skip to content

Commit

Permalink
Add missing import (cvat-ai#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max authored and Fernando Martínez González committed Aug 3, 2020
1 parent f473e5d commit 6ac2d6b
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 6ac2d6b

Please sign in to comment.