Skip to content

Conversation

@kanyanat-kas
Copy link
Collaborator

No description provided.

@@ -1,2 +1,2 @@
from .add import add

from .divide import divide
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add empty line at the end

@@ -0,0 +1,2 @@
def divide(x, z):
return x / y No newline at end of file
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add empty line at the end



def test_divide():
assert divide(10, 2) == 5 No newline at end of file
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add empty line at the end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants