Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Dec 26, 2023
1 parent cf4cd63 commit 7724fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Data:
"production instance uses PostgreSQL - this is the database the system has been most "
"thoroughly tested on.\n\n"
"If you start the system using the default ``docker-compose.yml`` file in the Github repository, this "
"variable (and a database) will be set up for you."
"variable (and a database) will be set up for you.",
] = get_config("DB_URL")
REDIS_MESSAGE_DATA_EXPIRY_SECONDS: Annotated[
int,
Expand All @@ -36,7 +36,7 @@ class Data:
"documented on `https://redis-py.readthedocs.io/en/stable/connections.html#redis.Redis.from_url "
"<https://redis-py.readthedocs.io/en/stable/connections.html#redis.Redis.from_url>`_).\n\n"
"If you start the system using the default ``docker-compose.yml`` file in the Github repository, this "
"variable (and a Redis instance) will be set up for you."
"variable (and a Redis instance) will be set up for you.",
] = get_config("REDIS_URL")

class Network:
Expand Down

0 comments on commit 7724fbc

Please sign in to comment.