Rollup merge of #55439 - xfix:patch-10, r=frewsxcv
Remove unused sys import from generate-deriving-span-tests
This commit is contained in:
commit
a733a56e6c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ derives have spans that point to the fields, rather than the
|
|||
sample usage: src/etc/generate-deriving-span-tests.py
|
||||
"""
|
||||
|
||||
import sys, os, datetime, stat, re
|
||||
import os, datetime, stat, re
|
||||
|
||||
TEST_DIR = os.path.abspath(
|
||||
os.path.join(os.path.dirname(__file__), '../test/compile-fail'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue