Skip to content

Commit 647b271

Browse files
committed
Apply isort and black reformatting
Signed-off-by: ko3n1g <[email protected]>
1 parent 322e959 commit 647b271

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nemo/deploy/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
# limitations under the License.
1414

1515

16+
import warnings
17+
1618
from nemo.deploy.deploy_base import DeployBase
1719
from nemo.deploy.deploy_pytriton import DeployPyTriton
1820
from nemo.deploy.triton_deployable import ITritonDeployable
19-
import warnings
2021

2122
warnings.warn(
2223
"The 'nemo.deploy' is deprecated and will be removed in NeMo FW 25.09 container release. "

0 commit comments

Comments
 (0)