Skip to content

Commit

Permalink
Removed FileNotFoundError import
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerkin committed May 27, 2020
1 parent 49e9158 commit 68e827b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sciunit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

import sciunit
from sciunit.errors import Error
from .base import SciUnit, FileNotFoundError, tkinter
from .base import SciUnit, tkinter
from .base import PLATFORM, PYTHON_MAJOR_VERSION
from typing import Any, Callable, Dict, List, Optional, Tuple, Union, TextIO
from types import ModuleType
Expand Down

0 comments on commit 68e827b

Please sign in to comment.