Skip to content

Commit 2ea485d

Browse files
Formatting
Co-authored-by: vfdev <[email protected]>
1 parent 6a17c25 commit 2ea485d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pooling_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import unittest
2-
from flax.pooling import pool,avg_pool, max_pool, min_pool
2+
from flax.pooling import pool, avg_pool, max_pool, min_pool
33
import numpy as np
44
import jax.numpy as jnp
55
from absl.testing import absltest, parameterized

0 commit comments

Comments
 (0)