Skip to content

Commit e475119

Browse files
committed
update mypy package name
1 parent 4841219 commit e475119

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cwlupgrader/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import print_function
44
import ruamel.yaml
5-
from typing import Any, Dict, Union
5+
from typing import Any, Dict, List, Union
66
from collections import Mapping, MutableMapping, Sequence
77
import sys
88
import copy

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deps = -rrequirements.txt
1515
commands = make mypy
1616
whitelist_externals = make
1717
deps =
18-
mypy-lang>=0.4
18+
mypy>=0.4
1919
typed-ast
2020
-rrequirements.txt
2121

0 commit comments

Comments
 (0)