style: run pre-commit hooks

This commit is contained in:
Jack Michaud
2023-01-01 10:21:52 -05:00
committed by Andreas Köpf
parent e15e208b20
commit 604ad2f8e7
4 changed files with 4 additions and 3 deletions
+2
View File
@@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
import json
from main import app
+2 -1
View File
@@ -1,7 +1,8 @@
# -*- coding: utf-8 -*-
from uuid import uuid4
import pytest
from bot.api_client import OasstApiClient
from oasst_shared.schemas import protocol as protocol_schema
@@ -39,4 +39,3 @@ fi
popd
-1
View File
@@ -7,4 +7,3 @@ pushd "$parent_path/../../discord-bot"
pytest .
popd