mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Various Python cleanups
Fixes: * Unused import * Redundant backslash * Use of discouraged if not x in y * Use of deprecated form of raising exceptions Follow-up to PR #655 as requested by @gribozavr
This commit is contained in:
@@ -9,7 +9,6 @@ import textwrap
|
||||
# Append the src dir
|
||||
sys.path.append(os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'src'))
|
||||
|
||||
import pass_pipeline_library
|
||||
import passes
|
||||
|
||||
# TODO: This should not be hard coded.
|
||||
|
||||
Reference in New Issue
Block a user