Skip to content

Commit 59423c5

Browse files
authored
Delete unnecessary blank lines (pytorch#785)
1 parent a4b0aba commit 59423c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mnist/main.py

-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def main():
8787
help='random seed (default: 1)')
8888
parser.add_argument('--log-interval', type=int, default=10, metavar='N',
8989
help='how many batches to wait before logging training status')
90-
9190
parser.add_argument('--save-model', action='store_true', default=False,
9291
help='For Saving the current Model')
9392
args = parser.parse_args()

0 commit comments

Comments
 (0)