Skip to content

Commit

Permalink
added import json in test_env.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant1 committed Dec 18, 2024
1 parent 0eb9f32 commit 101b4f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dsi/plugins/tests/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from dsi.plugins.env import Hostname, SystemKernel, GitInfo
import git
from json import loads

def get_git_root(path):
git_repo = git.Repo(path, search_parent_directories=True)
Expand Down

0 comments on commit 101b4f2

Please sign in to comment.