Skip to content

Commit

Permalink
Adding json module from standard library
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Sep 12, 2023
1 parent 295e0b3 commit aa647e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python standard library
from os.path import join
from os import listdir
import os, sys
import os, sys, json

# 3rd party imports from pypi
from snakemake.workflow import workflow as wf_api
Expand Down

0 comments on commit aa647e7

Please sign in to comment.