Skip to content

Commit ef11128

Browse files
committed
fix black style
1 parent acc9c74 commit ef11128

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

template/utils/_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def _list_dependencies_info(
9696
if dep in ("matplotlib", "seaborn") and version_ != "Not found.":
9797
try:
9898
from matplotlib import pyplot as plt
99+
99100
backend = plt.get_backend()
100101
except Exception:
101102
backend = "Not found"

0 commit comments

Comments
 (0)