isort --profile black . (#2181)
* updating DIRECTORY.md
* isort --profile black .
* Black after
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@@ -6,9 +6,10 @@ flake8 : passed
|
||||
mypy : passed
|
||||
"""
|
||||
|
||||
from numpy import array, cos, sin, radians, cross # type: ignore
|
||||
from typing import List
|
||||
|
||||
from numpy import array, cos, cross, radians, sin # type: ignore
|
||||
|
||||
|
||||
def polar_force(
|
||||
magnitude: float, angle: float, radian_mode: bool = False
|
||||
|
||||
Reference in New Issue
Block a user