Skip to content

Commit

Permalink
tests: don't forget to import GitCommandNotFound
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Kuprieiev <ruslan@iterative.ai>
  • Loading branch information
efiop committed Feb 3, 2019
1 parent 2cbe964 commit 1cc2e0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/basic_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import uuid
import tempfile
from git import Repo
from git.exc import GitCommandNotFound
from unittest import TestCase

import dvc.logger as logger
Expand Down

0 comments on commit 1cc2e0e

Please sign in to comment.