Skip to content

Commit

Permalink
Move scales to a separate directory
Browse files Browse the repository at this point in the history
Signed-off-by: martinRenou <martin.renou@gmail.com>
  • Loading branch information
JohanMabille authored and martinRenou committed Jan 26, 2021
1 parent 782b191 commit 38906b9
Show file tree
Hide file tree
Showing 67 changed files with 791 additions and 2,688 deletions.
2 changes: 1 addition & 1 deletion bqplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"""

from bqscales.scales import *
from .figure import *
from .axes import *
from .marks import *
from .scales import *
from .toolbar import *
from .default_tooltip import *
from ._version import version_info, __version__
Expand Down

0 comments on commit 38906b9

Please sign in to comment.