Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Nov 2, 2023
1 parent 2ed2b1d commit 64e5a18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
return_one_dataframe_row_only,
)
from allensdk.core.utilities import literal_col_eval
from allensdk.api.cloud_cache.cloud_cache import (
S3CloudCache, LocalCache, StaticLocalCache)
from allensdk.brain_observatory.ophys.project_constants import (
VBO_METADATA_COLUMN_ORDER,
VBO_INTEGER_COLUMNS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
VBO_INTEGER_COLUMNS
)


class BehaviorProjectLimsApi(BehaviorProjectBase):
def __init__(
self,
Expand Down

0 comments on commit 64e5a18

Please sign in to comment.