Skip to content

Commit 33f8efd

Browse files
style: add blank line in test_compartment
1 parent 6e31685 commit 33f8efd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cobra/test/test_compartment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import pytest
66
from cobra.core import Compartment
77

8+
89
def test__eq__():
910
a = b = Compartment("x")
1011
c = "x"

0 commit comments

Comments
 (0)