Skip to content

Commit e68e294

Browse files
authored
Merge pull request #47 from johanneswerner/main
run black over codebase
2 parents cacd60b + a3e0133 commit e68e294

12 files changed

Lines changed: 3127 additions & 1406 deletions

File tree

PyComplexHeatmap/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
import os
4-
from .clustermap import heatmap,ClusterMapPlotter,composite
5-
from .oncoPrint import oncoprint,oncoPrintPlotter
4+
from .clustermap import heatmap, ClusterMapPlotter, composite
5+
from .oncoPrint import oncoprint, oncoPrintPlotter
66
from .annotations import *
77
from .dotHeatmap import *
88
from .colors import *
99
from .tools import *
1010
from .utils import set_default_style
1111

12-
#__all__=['*']
13-
__version__='1.5.3'
12+
# __all__=['*']
13+
__version__ = "1.5.3"
1414

1515
_ROOT = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)