pep8 compliance: E401 multiple imports on one line
This commit is contained in:
parent
b48430cc3f
commit
75a1668250
@ -1,5 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
import os, sys
|
||||
import os
|
||||
import sys
|
||||
import pygame
|
||||
from pygame.locals import RLEACCEL
|
||||
|
||||
|
Reference in New Issue
Block a user