Skip to content

Commit

Permalink
fix: setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashkovS committed Dec 22, 2022
1 parent 4e07445 commit 4fe1b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/drawzero/utils/renderer.py
Expand Up @@ -2,14 +2,13 @@
import sys
import ctypes
import os
from math import sin, cos
from typing import Tuple, List, Union

os.environ['PYGAME_HIDE_SUPPORT_PROMPT'] = "hide"
import pygame
import pygame.locals

from utils.key_flags import key_flags
from drawzero.utils.key_flags import key_flags

# Types
Pt = Tuple[int, int]
Expand Down
1 change: 1 addition & 0 deletions src/drawzero/utils/renderer_ejudge.py
@@ -1,4 +1,5 @@
from pathlib import Path
from drawzero.utils.key_flags import key_flags


def jsonize(parms, sep=','):
Expand Down

0 comments on commit 4fe1b61

Please sign in to comment.