Skip to content

Commit b39db63

Browse files
guilyxactions-user
authored andcommitted
Apply formatting changes
1 parent 683d653 commit b39db63

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

jupyddl/data_analyst.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
mpl.use("TkAgg")
77
mpl.set_loglevel("WARNING")
88
import matplotlib.pyplot as plt
9+
910
plt.style.use("ggplot")
1011
from .automated_planner import AutomatedPlanner
1112
from os import path
@@ -19,11 +20,13 @@ def __init__(self, is_headless=False):
1920
if is_headless:
2021
mpl.set_loglevel("WARNING")
2122
import matplotlib.pyplot as plt
23+
2224
plt.style.use("ggplot")
2325
else:
2426
mpl.use("TkAgg")
2527
mpl.set_loglevel("WARNING")
2628
import matplotlib.pyplot as plt
29+
2730
plt.style.use("ggplot")
2831

2932
def __get_all_pddl_from_data(self):

0 commit comments

Comments
 (0)