Skip to content

Commit e55c672

Browse files
authored
Update fuzzy_operations.py
1 parent 9f1f0af commit e55c672

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fuzzy_logic/fuzzy_operations.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
from __future__ import annotations
22
import matplotlib.pyplot as plt
33
import numpy as np
4-
from dataclasses import dataclass
54

6-
@dataclass
75
class FuzzySet:
86
"""
97
A class for representing and manipulating triangular fuzzy sets.

0 commit comments

Comments
 (0)