Skip to content

Commit a794912

Browse files
committed
reformat files
1 parent 6f50cc2 commit a794912

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

jupyddl/data_analyst.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
import glob
33
import matplotlib as mpl
44
import logging
5-
if 'DISPLAY' not in os.environ:
6-
mpl.use('agg')
5+
6+
if "DISPLAY" not in os.environ:
7+
mpl.use("agg")
78
else:
89
mpl.use("TkAgg")
910
mpl.set_loglevel("WARNING")

0 commit comments

Comments
 (0)