Skip to content

Commit

Permalink
Remove Obsolete dataclass
Browse files Browse the repository at this point in the history
  • Loading branch information
olijeffers0n committed Apr 12, 2023
1 parent 990c4b5 commit 0844dfd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rustplus/api/remote/camera/camera_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
FONT_PATH = "rustplus.utils.fonts"


@dataclasses.dataclass
class RayData:
distance: float
alignment: float
material: int


class Parser:
def __init__(self, width, height) -> None:
self.width = width
Expand Down

0 comments on commit 0844dfd

Please sign in to comment.