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] authored and dlqqq committed Apr 22, 2024
1 parent c497d51 commit 23350ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import json
from types import SimpleNamespace

import pytest
from jupyter_ai.completions.handlers.default import DefaultInlineCompletionHandler
from jupyter_ai.completions.models import InlineCompletionRequest
from jupyter_ai_magics import BaseProvider
from langchain_community.llms import FakeListLLM
import pytest
from pytest import fixture
from tornado.httputil import HTTPServerRequest
from tornado.web import Application
Expand Down

0 comments on commit 23350ba

Please sign in to comment.