Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Sep 27, 2024
1 parent c0a72ec commit 72dc1fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[MESSAGES CONTROL]
disable=invalid-name,fixme
disable=invalid-name,fixme,too-many-positional-arguments

[SIMILARITIES]
# Minimum lines number of a similarity.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
import pandas as pd
from atlas_commons.typing import AnnotationT, FloatArray
from scipy.optimize import linprog
from tqdm import tqdm
from voxcell import RegionMap, voxel_data

from atlas_densities.densities import utils
Expand Down

0 comments on commit 72dc1fc

Please sign in to comment.