Skip to content

Commit a0c6367

Browse files
committed
Address Python lint issue in unrelated file
1 parent 6fbc962 commit a0c6367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/swift_build_support/swift_build_support/compiler_stage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#
1111
# ===---------------------------------------------------------------------===#
1212

13+
1314
class StageArgs(object):
1415
def __init__(self, stage, args):
1516
self.__dict__['postfix'] = stage.postfix

0 commit comments

Comments
 (0)