Skip to content

Commit 46010d1

Browse files
committed
Remove bad __init__.py imports
1 parent f8ef2a8 commit 46010d1

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

bivapp/__init__.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
__all__ = ["plots", "sampledata"]
22

3-
from plots import (
4-
BivariatePlotRaw,
5-
BivariatePlotGrid,
6-
BivariatePlotRawGAM,
7-
)
3+
# from plots import (
4+
# BivariatePlotRaw,
5+
# BivariatePlotGrid,
6+
# BivariatePlotRawGAM,
7+
# )
88

9-
from sampledata import (
10-
ImportOpenairDataExample,
11-
ImportTorontoNO2,
12-
ImportTorontoMet,
13-
LoadTorontoDataExample,
14-
)
9+
# from sampledata import (
10+
# ImportOpenairDataExample,
11+
# ImportTorontoNO2,
12+
# ImportTorontoMet,
13+
# LoadTorontoDataExample,
14+
# )
1515

43 Bytes
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bivapp"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
authors = [
55
{ name = "Taylor D. Edwards", email="td.edwards@yahoo.com"}
66
]

0 commit comments

Comments
 (0)