Skip to content

Commit

Permalink
Fix bug in _get_args
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinkohli committed Oct 2, 2021
1 parent 92bd535 commit 5f672b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# import copy
from typing import Any, Dict, Optional # , Tuple
from typing import Any, Dict, Optional, Tuple

import numpy as np

Expand Down

0 comments on commit 5f672b5

Please sign in to comment.