Skip to content

Commit

Permalink
REFACTOR: Remove unecessary hail import for hail rf wrapper
Browse files Browse the repository at this point in the history
due to import order warning (#237)
  • Loading branch information
NickEdwards7502 committed Sep 11, 2024
1 parent 23520ec commit 4560998
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/varspark/hail/rf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from varspark.hail.lfdrvs import LocalFdrVs

#from varspark.pvalues_calculation import *
import hail as hl


class RandomForestModel(object):
""" Represents a random forest model object. Do not construct it directly but rather
Expand Down

0 comments on commit 4560998

Please sign in to comment.