Skip to content

Commit

Permalink
add missing os import
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Sanford committed Feb 14, 2019
1 parent f47444c commit c78ed16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from core.helpers import docker
from git import Repo
from core.helpers.project_root import ProjectRoot
import os

class Test():
def setup(self):
Expand Down

0 comments on commit c78ed16

Please sign in to comment.