Skip to content

Commit

Permalink
attempt to avoid circular loading error
Browse files Browse the repository at this point in the history
  • Loading branch information
dwr-psandhu committed Dec 20, 2024
1 parent 53fc381 commit add5b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhecdss/core.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import collections
from . import pyheclib
from . import _pyheclib as pyheclib
import pandas as pd
import numpy as np
import os
Expand Down

0 comments on commit add5b61

Please sign in to comment.