Skip to content

Commit cc74d0b

Browse files
committed
Moved import warnings after logging
1 parent 085a3be commit cc74d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
from io import BytesIO
1111

1212
from math import ceil
13-
import warnings
1413
import os
1514
import logging
15+
import warnings
1616

1717
import numpy as np
1818

0 commit comments

Comments
 (0)