Skip to content

Commit dcf4a96

Browse files
committed
linting and formatting passs
1 parent afcf5b2 commit dcf4a96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arcade/camera/camera_2d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from collections.abc import Generator
44
from contextlib import contextmanager
5-
from math import atan2, cos, degrees, radians, sin, pow
5+
from math import atan2, cos, degrees, pow, radians, sin
66
from typing import TYPE_CHECKING
77

88
from pyglet.math import Vec2, Vec3

0 commit comments

Comments
 (0)