Skip to content

Commit 77137a0

Browse files
authored
Update fuzzy_operations.py
1 parent 7f93da9 commit 77137a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fuzzy_logic/fuzzy_operations.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
from __future__ import annotations
2-
from dataclasses import dataclass
2+
33
import matplotlib.pyplot as plt
44
import numpy as np
5+
from dataclasses import dataclass
56

67
@dataclass
78
class FuzzySet:

0 commit comments

Comments
 (0)