Skip to content

Commit

Permalink
cod line
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahiatul Islam committed Apr 12, 2024
1 parent 00679e7 commit 0e5b861
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
from main import get_repository_name
import json
import subprocess

'''
This script depends on scc tool: https://github.com/boyter/scc
'''

def main():
json_file_path = os.path.join("resources", "test_data.json")
parsed_data = read_json_from_file(json_file_path)
Expand Down

0 comments on commit 0e5b861

Please sign in to comment.