Remove unused sys import from generate-deriving-span-tests

This commit is contained in:
Konrad Borowski 2018-10-28 12:06:28 +01:00 committed by GitHub
parent 1982f1887a
commit 613f9f2013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'))