Skip to content

Commit 2b1cef8

Browse files
committed
orderd the import statements
1 parent faed044 commit 2b1cef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzzy_logic/fuzzy_operations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import matplotlib.pyplot as plt
21
import numpy as np
2+
import matplotlib.pyplot as plt
33
from dataclasses import dataclass
44

55
"""

0 commit comments

Comments
 (0)