From e9ff104ac92a48198358e07e4e1d3fa9c942b793 Mon Sep 17 00:00:00 2001 From: phi9t <108351695+phi9t@users.noreply.github.com> Date: Tue, 28 Jun 2022 13:27:44 -0700 Subject: [PATCH] (chore) Remove unused import `os` in benchmark.py Remove unused import `os` in benchmark.py --- benchmark.py | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmark.py b/benchmark.py index f348fcb9..3956ab12 100755 --- a/benchmark.py +++ b/benchmark.py @@ -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