(chore) Remove unused import `os` in benchmark.py

Remove unused import `os` in benchmark.py
pull/1322/head
phi9t 3 years ago committed by GitHub
parent beef62e7ab
commit e9ff104ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,6 @@ An inference and train step benchmark script for timm models.
Hacked together by Ross Wightman (https://github.com/rwightman)
"""
import argparse
import os
import csv
import json
import time

Loading…
Cancel
Save