Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
a110207a
Unverified
Commit
a110207a
authored
Jul 30, 2021
by
Paul Fultz II
Committed by
GitHub
Jul 30, 2021
Browse files
Fix pyflakes issue in tools (#899)
parent
fcb49e71
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tools/api.py
tools/api.py
+1
-1
tools/te.py
tools/te.py
+1
-1
No files found.
tools/api.py
100644 → 100755
View file @
a110207a
import
string
,
sys
,
re
,
os
,
runpy
import
string
,
sys
,
re
,
runpy
from
functools
import
wraps
type_map
=
{}
...
...
tools/te.py
100644 → 100755
View file @
a110207a
import
string
,
sys
,
re
,
os
import
string
,
sys
,
re
trivial
=
[
'std::size_t'
,
'instruction_ref'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment