Skip to content

Commit

Permalink
ruff: Remaining lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Jul 26, 2024
1 parent 48dc819 commit 7a81cc6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import math
import random
import pyglet

pyglet.options["shadow_window"] = False # pyright: ignore
pyglet.options["debug_gl"] = False # pyright: ignore
import cProfile

import pyglet
import pyglet.gl as gl

import src.entity.mob as mob
Expand Down Expand Up @@ -215,8 +213,6 @@ def run(self):
pyglet.app.run()


import cProfile

if __name__ == "__main__":
with cProfile.Profile() as profiler:
game = Game()
Expand Down

0 comments on commit 7a81cc6

Please sign in to comment.