Skip to content

Commit 35d8750

Browse files
committed
fix linter errors
1 parent 6afa22c commit 35d8750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cubids/cubids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"""
66

77
import csv
8-
from concurrent.futures import ProcessPoolExecutor
98
import json
109
import os
1110
import re
1211
import subprocess
1312
import warnings
1413
from collections import defaultdict
14+
from concurrent.futures import ProcessPoolExecutor
1515
from pathlib import Path
1616
from shutil import copyfile, copytree
1717

0 commit comments

Comments
 (0)