mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-25 21:00:19 +00:00
avoid starimports
don't use starimports so don't use them in examples
This commit is contained in:
parent
a94e95f34b
commit
33ae7a6073
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
#
|
||||
# and run the build script with
|
||||
#
|
||||
# $ from data.v2.build import *
|
||||
# $ build_all
|
||||
# $ from data.v2.build import build_all
|
||||
# $ build_all()
|
||||
#
|
||||
# Each time the build script is run it will iterate over each table in the database,
|
||||
# wipe it and rewrite each row using the data found in data/v2/csv.
|
||||
|
|
Loading…
Reference in a new issue