Skip to content

Commit

Permalink
import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Aug 25, 2024
1 parent f2924a5 commit 4fac083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brevitas/proxy/parameter_quant.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from warnings import warn

import packaging.version
import torch

from brevitas import torch_version

Expand All @@ -16,7 +17,6 @@
else:
is_dynamo_compiling = torch._dynamo.is_compiling

import torch
from torch import Tensor
import torch.nn as nn
from typing_extensions import Protocol
Expand Down

0 comments on commit 4fac083

Please sign in to comment.