Skip to content

Commit

Permalink
pep8 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsf committed May 9, 2022
1 parent f08e511 commit e8be731
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import re
from typing import Optional

import pandas as pd

from allensdk.brain_observatory.behavior.behavior_project_cache.project_apis.data_io import BehaviorProjectLimsApi # noqa: E501
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from typing import Dict
import pandas as pd
import numpy as np
import pathlib
import json
import warnings

Expand Down
2 changes: 0 additions & 2 deletions allensdk/internal/api/queries/behavior_lims_queries.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from typing import Optional, List
import pandas as pd
from uuid import UUID
from allensdk.internal.api import PostgresQueryMixin
from allensdk.core.typing import SupportsStr
import logging
from allensdk.internal.api.queries.utils import (
build_in_list_selector_query)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def test_add_file_paths_to_metadata_table_on_missing_error(
on_missing_file='whatever')



def test_add_file_paths_to_metadata_table_no_file_error(
some_files_fixture,
metadata_table_fixture):
Expand All @@ -47,7 +46,6 @@ def test_add_file_paths_to_metadata_table_no_file_error(
on_missing_file='error')



@pytest.mark.parametrize(
'on_missing_file', ['skip', 'warn'])
def test_add_file_paths_to_metadata_table(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pytest
import numpy as np
import pandas as pd
import datetime
import pathlib
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pytest
import pandas as pd
import datetime
import copy
Expand Down

0 comments on commit e8be731

Please sign in to comment.