Skip to content

Commit a9cf143

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7d1b26d commit a9cf143

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
@@ -13,7 +13,8 @@
1313
import skfuzzy as fuzz
1414
except ImportError:
1515
import sys
16-
sys.exit() # This is so the CI doesn't complain about an unknown library
16+
17+
sys.exit() # This is so the CI doesn't complain about an unknown library
1718

1819
if __name__ == "__main__":
1920
# Create universe of discourse in Python using linspace ()

0 commit comments

Comments
 (0)