Skip to content

Commit

Permalink
Adapted code to flake8 style guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-fr committed Jul 31, 2018
1 parent 26a363f commit 09fd41a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tensorboardX/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ def video(tag, tensor, fps=4):
return Summary(value=[Summary.Value(tag=tag, image=video)])



def make_video(tensor, fps):
try:
import moviepy
Expand Down

0 comments on commit 09fd41a

Please sign in to comment.