From 682c61eff17da66a94d10dcd680280745774e3fd Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Wed, 12 Oct 2016 15:45:36 -0400 Subject: Cleanup exception imports --- tests/test_dotfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_dotfile.py b/tests/test_dotfile.py index b2dcd28..4d81c6c 100644 --- a/tests/test_dotfile.py +++ b/tests/test_dotfile.py @@ -2,8 +2,8 @@ import pytest import py.path from dotfiles.dotfile import Dotfile -from dotfiles.exceptions import IsSymlink, NotASymlink -from dotfiles.exceptions import TargetExists, TargetMissing, Exists +from dotfiles.exceptions import \ + IsSymlink, NotASymlink, TargetExists, TargetMissing, Exists def _dotfile(repo, name, target=None): -- cgit v1.2.3