Skip to content

Commit 29e46fe

Browse files
committed
Merge branch 'main' of https://github.com/brotherzhafif/Pythistic into main
2 parents 2131274 + 12e743b commit 29e46fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FrequencyTable.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import numpy as np
2-
from Calculations import Calculate
3-
from Data import Result
2+
from .Calculations import Calculate
3+
from .Data import Result
44

55
class Classify:
66
def __init__(self, dataset):

0 commit comments

Comments
 (0)