Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 21, 2023
1 parent 901709a commit ec8bd68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qgispluginci/translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
""" Also output to stdout """
handler = logging.StreamHandler(sys.stdout)
handler.setLevel(logging.DEBUG)
formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s')
formatter = logging.Formatter("%(asctime)s - %(name)s - %(levelname)s - %(message)s")
handler.setFormatter(formatter)
logger.addHandler(handler)


class Translation:
def __init__(
self, parameters: Parameters, transifex_token: str, create_project: bool = True
Expand Down

0 comments on commit ec8bd68

Please sign in to comment.