mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
style: run pre-commit hooks
This commit is contained in:
committed by
Andreas Köpf
parent
e15e208b20
commit
604ad2f8e7
@@ -1,4 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
import json
|
||||
|
||||
from main import app
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -7,4 +7,3 @@ pushd "$parent_path/../../discord-bot"
|
||||
pytest .
|
||||
|
||||
popd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user