"examples/vscode:/vscode.git/clone" did not exist on "f7f6d6c6936e73ded989c877ed2b06ff124326bd"
Unverified Commit a110207a authored by Paul Fultz II's avatar Paul Fultz II Committed by GitHub
Browse files

Fix pyflakes issue in tools (#899)

parent fcb49e71
import string, sys, re, os, runpy import string, sys, re, runpy
from functools import wraps from functools import wraps
type_map = {} type_map = {}
......
import string, sys, re, os import string, sys, re
trivial = ['std::size_t', 'instruction_ref'] trivial = ['std::size_t', 'instruction_ref']
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment