Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Apr 9, 2021
1 parent 883b16b commit 1ee6410
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/hdmf/common/alignedtable.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import pandas as pd

from . import register_class
from .table import DynamicTable, DynamicTableRegion, VectorIndex
from .table import DynamicTable
from ..utils import docval, getargs, call_docval_func, popargs, get_docval


Expand Down Expand Up @@ -241,5 +241,3 @@ def __getitem__(self, item):
return self.get_category(item[0])[item[1]][item[2]]
else:
raise ValueError("Expected tuple of length 2 or 3 with (category, column, row) as value.")


0 comments on commit 1ee6410

Please sign in to comment.