Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
zqfang committed Dec 6, 2022
1 parent 3baa327 commit 6306788
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gseapy/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
import operator
import sys
import warnings
from typing import Dict, Iterable, List, Optional, Tuple, Union
from typing import Iterable, List, Optional, Tuple, Union

import matplotlib.pyplot as plt
import matplotlib.transforms as transforms
import numpy as np
import pandas as pd

from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas
from matplotlib.colors import Normalize
from matplotlib.figure import Figure
Expand Down

0 comments on commit 6306788

Please sign in to comment.