Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
zqfang committed Nov 22, 2022
1 parent 16af036 commit c975bb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gseapy/scipalette.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import json
from typing import List

from matplotlib.colors import ListedColormap, LinearSegmentedColormap
from matplotlib.colors import LinearSegmentedColormap, ListedColormap


class SciPalette:
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ def readme():
author_email="fzq518@gmail.com",
license="MIT",
packages=["gseapy"],
package_data={'gseapy': ["data/palette.json"],},
package_data={
"gseapy": ["data/palette.json"],
},
include_package_data=False,
project_urls={
"Documentation": "https://gseapy.readthedocs.io/en/latest/",
Expand Down

0 comments on commit c975bb0

Please sign in to comment.