Skip to content

Commit

Permalink
flake formattting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakms221 committed Feb 9, 2024
1 parent fa4452c commit 9f154c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions source/tests/test_main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import pytest

import source.main as mn


def test_hello():
mn.hello()
assert (2 + 2 == 4)
assert (2 + 2 == 4)
2 changes: 1 addition & 1 deletion source/utility/component.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def add(num1, num2):
return num1 + num2
return num1 + num2

0 comments on commit 9f154c0

Please sign in to comment.