Skip to content

Commit

Permalink
fix: added import sys for log (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeising authored Jun 20, 2024
1 parent 71422a1 commit 0f8ac63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/scripts/merge_count_tsvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-

from os import path
import sys
import pandas as pd
import numpy as np
from functools import reduce
Expand Down

0 comments on commit 0f8ac63

Please sign in to comment.