Skip to content

Commit f6729de

Browse files
committed
Run ruff format
1 parent 82bec41 commit f6729de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rocketpy/rocket/actuator/actuator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
from abc import ABC, abstractmethod
21
import warnings
2+
from abc import ABC, abstractmethod
3+
34
import numpy as np
45

56

0 commit comments

Comments
 (0)