Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/biocommons/example/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""biocommons.example.__main__

"""
"""biocommons.example.__main__"""

import logging
import time
Expand Down
3 changes: 1 addition & 2 deletions src/biocommons/example/marvin_adjacent_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""biocommons.example test, adjacent to code
"""
"""biocommons.example test, adjacent to code"""

from .marvin import get_quote

Expand Down
3 changes: 1 addition & 2 deletions src/biocommons/example/tests/marvin_subdir_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""biocommons.example test, within tests directory adjacent to source
"""
"""biocommons.example test, within tests directory adjacent to source"""

from ..marvin import get_quote

Expand Down