Skip to content

Commit

Permalink
Remove deprecated argument
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Mar 21, 2024
1 parent 913c2cf commit 7bfe5d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyam/iiasa.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ def lazy_read_iiasa(file, name, default_only=True, meta=True, creds=None, **kwar
meta=meta,
default_only=default_only,
creds=creds,
base_url=base_url,
**kwargs,
)
Path(file).parent.mkdir(parents=True, exist_ok=True)
Expand Down

0 comments on commit 7bfe5d8

Please sign in to comment.