Skip to content

Commit

Permalink
Minor linter change
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitSolomonPrinceton committed Mar 14, 2024
1 parent 06a8375 commit 00af17b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/osqp/nn/torch.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import numpy as np
import scipy.sparse as spa

try:
import torch
from torch.nn import Module
from torch.autograd import Function
except ImportError as e:
print(f"Import Error: {e}")
print(f'Import Error: {e}')
from joblib import Parallel, delayed
import multiprocessing

Expand Down

0 comments on commit 00af17b

Please sign in to comment.