Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kit1980 committed Mar 11, 2024
1 parent 010c9ae commit 1e3395e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/fixtures/vision/codemod/models_import.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import torchvision.models as models
import torchvision.models as cnn

# don't touch is more than one name imported
# don't touch if more than one name imported
import torchvision.models as models, torch
2 changes: 1 addition & 1 deletion tests/fixtures/vision/codemod/models_import.py.out
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from torchvision import models
import torchvision.models as cnn

# don't touch is more than one name imported
# don't touch if more than one name imported
import torchvision.models as models, torch

0 comments on commit 1e3395e

Please sign in to comment.