flake8 line too long silence

pull/339/head
evelynmitchell 1 year ago
parent 89ea3a4fcb
commit 15529f2f43

@ -1,3 +1,6 @@
""" Load a PyTorch model from a given path and move it to the specified device. """
# flake8: noqa E501
import torch
from torch import nn

Loading…
Cancel
Save