mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
Enable ruff INP001 rule (#11346)
* Enable ruff INP001 rule * Fix * Fix * Fix * Fix * Fix
This commit is contained in:
@ -7,7 +7,8 @@ https://en.wikipedia.org/wiki/Rectifier_(neural_networks)#Mish
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
from softplus import softplus
|
||||
|
||||
from .softplus import softplus
|
||||
|
||||
|
||||
def mish(vector: np.ndarray) -> np.ndarray:
|
||||
|
Reference in New Issue
Block a user