Skip to content

Commit

Permalink
autopep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan-Kumar2 authored and actions-user committed Nov 9, 2021
1 parent 9f928c8 commit 333057e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ignite/handlers/pytorch_profiler.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# coding: utf-8
from typing import Any, Callable, Union
import os
from ignite.engine import Engine, Events
import ignite.distributed as idist
import datetime
import os
from typing import Any, Callable, Union

import torch

import ignite.distributed as idist
from ignite.engine import Engine, Events


class PyTorchProfiler:
"""PyTorch Profiler for performance debugging.
Expand Down

0 comments on commit 333057e

Please sign in to comment.