Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed May 7, 2024
1 parent 70e98a9 commit 4fc8607
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/marsilea/upset.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
from __future__ import annotations

from collections import Counter
from numbers import Number

import numpy as np
import pandas as pd
from itertools import cycle
from legendkit import ListLegend
from matplotlib.collections import PatchCollection
from matplotlib.patches import Rectangle, Patch
from typing import List, Set, Mapping, Dict
from typing import List, Set, Mapping

from .base import WhiteBoard
from .plotter import (
Expand Down

0 comments on commit 4fc8607

Please sign in to comment.