Skip to content

Commit 2d9e16c

Browse files
Apply style fixes
1 parent 3db0d40 commit 2d9e16c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

tests/models/vit/test_modeling_vit.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,10 @@ def prepare_config_and_inputs_for_common(self):
184184
a = 1
185185

186186

187+
b = 3
187188

188189

189-
190-
b=3
191-
192-
193-
c=4
194-
195-
190+
c = 4
196191

197192

198193
@require_torch

0 commit comments

Comments
 (0)