Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrabel-db committed Oct 18, 2023
1 parent 1950b1b commit 6bf386e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/test_notebook_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
import time
from unittest.mock import patch, call

from test.test_utils import CALL_TIMEOUT_IN_SECONDS, send_initialize_request, send_notebook_did_open
from test.test_utils import (
CALL_TIMEOUT_IN_SECONDS,
send_initialize_request,
send_notebook_did_open,
)

import pytest
from pylsp.workspace import Notebook
Expand Down

0 comments on commit 6bf386e

Please sign in to comment.