Skip to content

Commit

Permalink
Update to newer version of mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Mar 25, 2024
1 parent e765bac commit 5d18910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion napalm/base/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(
username: str,
password: str,
timeout: int = 60,
optional_args: Dict = None,
optional_args: Optional[Dict] = None,
) -> None:
"""
This is the base class you have to inherit from when writing your own Network Driver to
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pytest-json-report==1.5.0
pyflakes==3.2.0
pylama==8.4.1
mock==5.1.0
mypy==0.982
mypy==1.9.0
types-PyYAML==6.0.12.20240311
types-requests==2.31.0.20240311
types-six==1.16.21.20240311
Expand Down

0 comments on commit 5d18910

Please sign in to comment.