Skip to content

Commit

Permalink
Format using black
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleshot committed Aug 23, 2024
1 parent 9ea8f66 commit a1ce2fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np


def to_categorical(x : np.ndarray, n_col=None):
def to_categorical(x: np.ndarray, n_col=None):
# Your code here
pass

Expand Down

0 comments on commit a1ce2fd

Please sign in to comment.