Skip to content

Commit

Permalink
Black (#1357)
Browse files Browse the repository at this point in the history
* libs

* black
  • Loading branch information
zphang authored Oct 17, 2022
1 parent 3cf0de2 commit daa5a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jiant/shared/initialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def get_seed(seed):
"""
if seed == -1:
return int(np.random.randint(0, 2 ** 32 - 1))
return int(np.random.randint(0, 2**32 - 1))
else:
return seed

Expand Down

0 comments on commit daa5a25

Please sign in to comment.