Skip to content

Commit ca9dba4

Browse files
authored
revert the filter on python < 3.8. should be fixed now (Azure#4910)
1 parent 3f9e284 commit ca9dba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-servicebus/dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-e ../azure-sdk-tools
2-
pylint==2.1.1; python_version >= '3.4' and python_version < '3.8'
2+
pylint==2.1.1; python_version >= '3.4'
33
pylint==1.8.4; python_version < '3.4'

0 commit comments

Comments
 (0)