mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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:
@@ -1,8 +1,3 @@
|
||||
|
||||
import sys
|
||||
import json
|
||||
import itertools
|
||||
|
||||
class Pass(object):
|
||||
def __init__(self, name):
|
||||
self.name = name
|
||||
|
||||
Reference in New Issue
Block a user