Skip to content

Commit 21b3613

Browse files
authored
Remove unused commented code in engine fixture
Remove commented code for creating tables in Datastore.
1 parent 14a10ac commit 21b3613

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ def test_datasets(datastore_client):
271271
def engine(test_datasets):
272272
os.environ["DATASTORE_EMULATOR_HOST"] = "localhost:8081"
273273
engine = create_engine(f"datastore://{TEST_PROJECT}", echo=True)
274-
# Base.metadata.create_all(engine) # Create tables (kinds) - Not needed for Datastore
275274
return engine
276275

277276

0 commit comments

Comments
 (0)