Skip to content

Commit 333057e

Browse files
Ishan-Kumar2actions-user
authored andcommitted
autopep8 fix
1 parent 9f928c8 commit 333057e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ignite/handlers/pytorch_profiler.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding: utf-8
2-
from typing import Any, Callable, Union
3-
import os
4-
from ignite.engine import Engine, Events
5-
import ignite.distributed as idist
62
import datetime
3+
import os
4+
from typing import Any, Callable, Union
75

86
import torch
97

8+
import ignite.distributed as idist
9+
from ignite.engine import Engine, Events
10+
1011

1112
class PyTorchProfiler:
1213
"""PyTorch Profiler for performance debugging.

0 commit comments

Comments
 (0)