Skip to content

Commit

Permalink
Move import
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Dec 28, 2023
1 parent 83f268d commit 64a0c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upsetplot/plotting.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from __future__ import print_function, division, absolute_import

import typing
import warnings

import numpy as np
import pandas as pd
import matplotlib
from matplotlib import pyplot as plt
from matplotlib import colors
from matplotlib import patches
import warnings

from .reformat import query, _get_subset_mask
from . import util
Expand Down

0 comments on commit 64a0c99

Please sign in to comment.