Skip to content

Commit 2310089

Browse files
committed
Python: minor edits
1 parent 17a9012 commit 2310089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/Python/fdsplotlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ def dataplot(config_filename, **kwargs):
223223
import matplotlib.pyplot as plt
224224
import pandas as pd
225225
import numpy as np
226-
import logging
227226
from matplotlib import rc
227+
import logging
228228

229229
logging.getLogger('matplotlib.font_manager').setLevel(logging.ERROR)
230230

0 commit comments

Comments
 (0)