Remove unused import from tg module and unecesary docker command on db startup

pull/2/head
Guillermo Rodriguez 2022-12-11 11:10:17 -03:00
parent 9afb192251
commit ece290d805
No known key found for this signature in database
GPG Key ID: EC3AB66D5D83B392
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
import logging import logging
from datetime import datetime from datetime import datetime
from functools import partial
import pynng import pynng

View File

@ -29,7 +29,6 @@ def postgres_db(dockerctl):
with dockerctl.run( with dockerctl.run(
'postgres', 'postgres',
command='postgres',
ports={'5432/tcp': None}, ports={'5432/tcp': None},
environment={ environment={
'POSTGRES_PASSWORD': rpassword 'POSTGRES_PASSWORD': rpassword