sort imports

This commit is contained in:
Yinon Polak 2023-03-20 17:55:05 +02:00
parent f659f8e309
commit d98890f32e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import logging
import torch.nn as nn
import torch
import torch.nn as nn
logger = logging.getLogger(__name__)