Skip to content

Commit

Permalink
fix : autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Sep 7, 2024
1 parent a3743e8 commit b9e901f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opem/Functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import webbrowser
import sys


def clear_screen():
"""
Clear screen function.
Expand All @@ -22,6 +23,7 @@ def clear_screen():
else:
os.system('clear')


def integrate(y_vals, h):
"""
Calculate integral with Simpson's Rule.
Expand Down

0 comments on commit b9e901f

Please sign in to comment.