Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/brotherzhafif/Pythistic int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
brotherzhafif committed Oct 19, 2024
2 parents 2131274 + 12e743b commit 29e46fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FrequencyTable.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np
from Calculations import Calculate
from Data import Result
from .Calculations import Calculate
from .Data import Result

class Classify:
def __init__(self, dataset):
Expand Down

0 comments on commit 29e46fe

Please sign in to comment.