Skip to content

fix: replace wildcard import with explicit imports in Flappy-Game.py#1651

Open
ashrion wants to merge 1 commit into
steam-bell-92:mainfrom
ashrion:fix/flappy-game-wildcard-import
Open

fix: replace wildcard import with explicit imports in Flappy-Game.py#1651
ashrion wants to merge 1 commit into
steam-bell-92:mainfrom
ashrion:fix/flappy-game-wildcard-import

Conversation

@ashrion

@ashrion ashrion commented Jul 11, 2026

Copy link
Copy Markdown

Summary

Replaced wildcard import from turtle import * with explicit imports in Flappy-Game.py.

Changes

  • Replaced from turtle import * with explicit imports of all 14 used functions:
    clear, goto, dot, color, write, update, setup, bgcolor, hideturtle, up, tracer, onscreenclick, ontimer, done

How to Test

  1. Run python games/Flappy-Game/Flappy-Game.py
  2. Play a round to verify the game works correctly
  3. Confirm no NameError or behavior changes

Related Issues

Fixes #1650

GSSoC 2026

Replaced 'from turtle import *' with explicit imports of all used functions.

Fixes steam-bell-92#1650
@vercel

vercel Bot commented Jul 11, 2026

Copy link
Copy Markdown

@ashrion is attempting to deploy a commit to the Anuj's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: replace wildcard import with explicit imports in Flappy-Game.py

1 participant