Skip to content

Commit

Permalink
linter backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Corny authored and edelclaux committed May 29, 2024
1 parent fc34146 commit f47d1c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/gn_module_zh/conf_schema_toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,5 @@ class GnModuleSchemaConf(Schema):
pdf_layer_number = fields.Integer(load_default=pdf_layer_number)
pdf_small_layer_number = fields.Integer(load_default=pdf_small_layer_number)
pdf_last_page_img = fields.String(load_default=pdf_last_page_img)
pdf_title = fields.String(load_default=pdf_title)
pdf_title = fields.String(load_default=pdf_title)
TAXON_VM_CRONTAB = fields.String(load_default="0 0,12 * * *")
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
Create Date: 2024-04-16 08:12:41.346540
"""

from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = '76e89c793961'
down_revision = 'c0c4748a597a'
revision = "76e89c793961"
down_revision = "c0c4748a597a"
branch_labels = None
depends_on = None

Expand Down
1 change: 0 additions & 1 deletion backend/gn_module_zh/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ def refresh_taxon_vm(self):
db.session.execute(func.pr_zh.refresh_taxon_materialized_views())
db.session.commit()
logger.info("Taxon vms refreshed.")

0 comments on commit f47d1c1

Please sign in to comment.