Skip to content

Commit

Permalink
adjust comment suggestion to be compliant with the 79 character line …
Browse files Browse the repository at this point in the history
…limit
  • Loading branch information
PolarBean authored Sep 18, 2024
1 parent 536281f commit df352c3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@

def download_resources():

Check warning on line 27 in brainglobe_atlasapi/atlas_generation/atlas_scripts/example_mouse.py

View check run for this annotation

Codecov / codecov/patch

brainglobe_atlasapi/atlas_generation/atlas_scripts/example_mouse.py#L27

Added line #L27 was not covered by tests
"""
Download the necessary resources for the atlas. Here we don't, because we can out-source this to the Allen SDK in later functions.
Download the necessary resources for the atlas. Here we don't, because we
can out-source this to the Allen SDK in later functions.
"""
pass

Check warning on line 32 in brainglobe_atlasapi/atlas_generation/atlas_scripts/example_mouse.py

View check run for this annotation

Codecov / codecov/patch

brainglobe_atlasapi/atlas_generation/atlas_scripts/example_mouse.py#L32

Added line #L32 was not covered by tests

Expand Down

0 comments on commit df352c3

Please sign in to comment.