Skip to content

Commit

Permalink
Add blank lines for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
aliphys committed Feb 6, 2024
1 parent 6ed3f23 commit 9f6cf87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compilesketches/tests/test_compilesketches.py
Original file line number Diff line number Diff line change
Expand Up @@ -3229,6 +3229,7 @@ def test_get_library_dependencies_with_properties_file():

assert dependencies == ["Library1", "Library2", "Library3"]


# no dependencies when the library does not contain a properties file
def test_get_library_dependencies_without_properties_file():
library_path = os.path.join(os.getcwd(), "library")
Expand All @@ -3240,4 +3241,4 @@ def test_get_library_dependencies_without_properties_file():
compilesketches_object = get_compilesketches_object()
dependencies = compilesketches_object.get_library_dependencies(library_path)

assert dependencies == []
assert dependencies == []

0 comments on commit 9f6cf87

Please sign in to comment.