Skip to content

Commit 3b88aab

Browse files
committed
fix lint
1 parent 77602aa commit 3b88aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tritonbench/components/ncu/nsys_analyzer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import csv
12
import os
23
import shutil
34
import sys
45
from typing import Dict, List
5-
import csv
66

77
# The nsys metrics to the reports. The value is the list of reports of nsys.
88
nsys_metrics_to_reports = {

0 commit comments

Comments
 (0)