Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed May 19, 2020
1 parent 3287bca commit 4555268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/fmu/ensemble/virtualensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import re
import shutil
import fnmatch
import time

import six
import yaml
Expand Down
1 change: 1 addition & 0 deletions tests/test_webviz_subsurface_testdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from __future__ import print_function

import os
import time

import pytest

Expand Down

0 comments on commit 4555268

Please sign in to comment.