Skip to content

Commit 8402505

Browse files
authored
Update fuzzy_operations.py
1 parent bae480f commit 8402505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzzy_logic/fuzzy_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22
import matplotlib.pyplot as plt
33
import numpy as np
4-
class FuzzySet:
4+
55
"""
66
A class for representing and manipulating triangular fuzzy sets.
77
"""

0 commit comments

Comments
 (0)