Skip to content

Commit ac083c7

Browse files
committed
Remove whitespace
1 parent 167a16e commit ac083c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
commonmark == 0.9.1
15+
commonmark==0.9.1
1616

17-
pylint == 3.3.3
17+
pylint==3.3.3
1818

1919
# Pytype isn’t supported on Windows,
2020
# cf. https://github.com/google/pytype/tree/2024.03.19#requirements
21-
pytype == 2024.3.19 ; sys_platform == 'linux' or sys_platform == 'darwin'
21+
pytype==2024.3.19 ; sys_platform == 'linux' or sys_platform == 'darwin'
2222

2323
# Work around the issue described in https://github.com/google/pytype/pull/1793.
2424
# FIXME: Remove once https://github.com/google/pytype/pull/1793 is merged.
25-
typing-extensions >= 4.4.0 ; sys_platform == 'linux' or sys_platform == 'darwin'
25+
typing-extensions>=4.4.0 ; sys_platform == 'linux' or sys_platform == 'darwin'

0 commit comments

Comments
 (0)