Skip to content

Commit f93db4b

Browse files
committed
fix linter
1 parent 2f91389 commit f93db4b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

test/test_utils.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
import sys
2-
import os
3-
import math
4-
from numbers import Number
51
import collections
6-
import unittest
72
import itertools
3+
import math
4+
import os
5+
import sys
6+
import unittest
7+
from numbers import Number
8+
89
import torch
910
import numpy
1011
import random

0 commit comments

Comments
 (0)