Skip to content

Commit cd5eb48

Browse files
committed
package import order correction
1 parent 8b03e59 commit cd5eb48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

climada/util/files_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
]
88

99
import os
10+
import glob
1011
import logging
1112
import math
1213
import requests
1314
import tqdm
14-
import glob
1515

1616
LOGGER = logging.getLogger(__name__)
1717

@@ -79,7 +79,7 @@ def get_file_names(file_name):
7979
8080
Parameters:
8181
file_name (str or list(str)): Either a single string or a list of
82-
strings that are either
82+
strings that are either
8383
- a file path
8484
- or the path of the folder containing the files
8585
- or a globbing pattern.

0 commit comments

Comments
 (0)