Skip to content

Commit ce7702c

Browse files
committed
update dist_utils remove py2 info
1 parent 562e6ac commit ce7702c

File tree

19 files changed

+0
-37
lines changed

19 files changed

+0
-37
lines changed

contrib/runners/action_chain_runner/dist_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import os
2424
import re
25-
import sys
2625

2726
# NOTE: This script can't rely on any 3rd party dependency so we need to use this code here
2827
#
@@ -36,7 +35,6 @@
3635
# for subpackages.
3736
# At the very least we can vendorize some of their code instead of reimplementing
3837
# each piece of their code every time our parsing breaks.
39-
text_type = str
4038

4139
GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4240

contrib/runners/announcement_runner/dist_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import os
2424
import re
25-
import sys
2625

2726
# NOTE: This script can't rely on any 3rd party dependency so we need to use this code here
2827
#
@@ -36,7 +35,6 @@
3635
# for subpackages.
3736
# At the very least we can vendorize some of their code instead of reimplementing
3837
# each piece of their code every time our parsing breaks.
39-
text_type = str
4038

4139
GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4240

contrib/runners/http_runner/dist_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import os
2424
import re
25-
import sys
2625

2726
# NOTE: This script can't rely on any 3rd party dependency so we need to use this code here
2827
#
@@ -36,7 +35,6 @@
3635
# for subpackages.
3736
# At the very least we can vendorize some of their code instead of reimplementing
3837
# each piece of their code every time our parsing breaks.
39-
text_type = str
4038

4139
GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4240

contrib/runners/inquirer_runner/dist_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import os
2424
import re
25-
import sys
2625

2726
# NOTE: This script can't rely on any 3rd party dependency so we need to use this code here
2827
#
@@ -36,7 +35,6 @@
3635
# for subpackages.
3736
# At the very least we can vendorize some of their code instead of reimplementing
3837
# each piece of their code every time our parsing breaks.
39-
text_type = str
4038

4139
GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4240

contrib/runners/local_runner/dist_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import os
2424
import re
25-
import sys
2625

2726
# NOTE: This script can't rely on any 3rd party dependency so we need to use this code here
2827
#
@@ -36,7 +35,6 @@
3635
# for subpackages.
3736
# At the very least we can vendorize some of their code instead of reimplementing
3837
# each piece of their code every time our parsing breaks.
39-
text_type = str
4038

4139
GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4240

contrib/runners/noop_runner/dist_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import os
2424
import re
25-
import sys
2625

2726
# NOTE: This script can't rely on any 3rd party dependency so we need to use this code here
2827
#
@@ -36,7 +35,6 @@
3635
# for subpackages.
3736
# At the very least we can vendorize some of their code instead of reimplementing
3837
# each piece of their code every time our parsing breaks.
39-
text_type = str
4038

4139
GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4240

contrib/runners/orquesta_runner/dist_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import os
2424
import re
25-
import sys
2625

2726
# NOTE: This script can't rely on any 3rd party dependency so we need to use this code here
2827
#
@@ -36,7 +35,6 @@
3635
# for subpackages.
3736
# At the very least we can vendorize some of their code instead of reimplementing
3837
# each piece of their code every time our parsing breaks.
39-
text_type = str
4038

4139
GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4240

contrib/runners/python_runner/dist_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import os
2424
import re
25-
import sys
2625

2726
# NOTE: This script can't rely on any 3rd party dependency so we need to use this code here
2827
#
@@ -36,7 +35,6 @@
3635
# for subpackages.
3736
# At the very least we can vendorize some of their code instead of reimplementing
3837
# each piece of their code every time our parsing breaks.
39-
text_type = str
4038

4139
GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4240

contrib/runners/remote_runner/dist_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import os
2424
import re
25-
import sys
2625

2726
# NOTE: This script can't rely on any 3rd party dependency so we need to use this code here
2827
#
@@ -36,7 +35,6 @@
3635
# for subpackages.
3736
# At the very least we can vendorize some of their code instead of reimplementing
3837
# each piece of their code every time our parsing breaks.
39-
text_type = str
4038

4139
GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4240

contrib/runners/winrm_runner/dist_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import os
2424
import re
25-
import sys
2625

2726
# NOTE: This script can't rely on any 3rd party dependency so we need to use this code here
2827
#
@@ -36,7 +35,6 @@
3635
# for subpackages.
3736
# At the very least we can vendorize some of their code instead of reimplementing
3837
# each piece of their code every time our parsing breaks.
39-
text_type = str
4038

4139
GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4240

0 commit comments

Comments
 (0)