Skip to content

Commit

Permalink
Merge pull request #916 from DimitriPapadopoulos/PL
Browse files Browse the repository at this point in the history
STY: Apply ruff/Pylint rule PLR0402
  • Loading branch information
effigies authored Dec 22, 2024
2 parents 565e021 + 4354e31 commit 36d4ef8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions niworkflows/viz/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@
#
"""Plotting tools shared across MRIQC and fMRIPrep."""

import matplotlib.cm as cm
import matplotlib.pyplot as plt
import nibabel as nb
import numpy as np
import pandas as pd
from matplotlib import colormaps
from matplotlib import cm, colormaps
from matplotlib import gridspec as mgs
from matplotlib.colorbar import ColorbarBase
from matplotlib.colors import Normalize
Expand Down

0 comments on commit 36d4ef8

Please sign in to comment.