Skip to content

Commit 13c0679

Browse files
tsunghsienleefacebook-github-bot
authored andcommitted
Remove shebang lines in non-executable files under examples/
Summary: Those are not needed because those are non-executable files. Reviewed By: wz337 Differential Revision: D80829967 fbshipit-source-id: 9fd62080d3f563b338c85d11498738e20c8456e7
1 parent 68fc9e6 commit 13c0679

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

distributed_shampoo/examples/convnet.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
88
"""
99

10-
#!/usr/bin/env python3
11-
1210
import math
1311

1412
import torch

distributed_shampoo/examples/trainer_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
88
"""
99

10-
#!/usr/bin/env python3
11-
1210
import argparse
1311
import enum
1412
import importlib

0 commit comments

Comments
 (0)