Skip to content

Commit 456949e

Browse files
committed
Change package reference
1 parent d665e07 commit 456949e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def plot(self, data=None, type=None):
138138
Name of plot (e.g. 'line' or 'scatter')
139139
"""
140140

141-
from types.plots import Generic
141+
from .types.plots import Generic
142142

143143
if not hasattr(self, 'session'):
144144
self.create_session()

0 commit comments

Comments
 (0)