Skip to content

Commit 79ff5e1

Browse files
guilyxactions-user
authored andcommitted
Apply formatting changes
1 parent 51a06a5 commit 79ff5e1

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)