Skip to content

Commit d390981

Browse files
committed
tests: kdoc: fix some linter warnings
Signed-off-by: Jakub Kicinski <[email protected]>
1 parent fd0a384 commit d390981

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/patch/kdoc/test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import collections
66
import dataclasses
7-
import os
87
import re
98
import subprocess
109
from typing import List, Optional, Tuple
@@ -132,7 +131,7 @@ def extract_files(patch):
132131

133132
return list(mod_files), list(all_files)
134133

135-
def kdoc(tree, patch, result_dir) -> Tuple[int, str, str]:
134+
def kdoc(tree, patch, _result_dir) -> Tuple[int, str, str]:
136135
""" Main function / entry point """
137136

138137
mod_files, all_files = extract_files(patch)

0 commit comments

Comments
 (0)