mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 06:53:16 +00:00
chore(text-splitters): enable ruff docstring-code-format (#32854)
This commit is contained in:
committed by
GitHub
parent
05d14775f2
commit
8b90eae455
@@ -35,8 +35,7 @@ def pytest_collection_modifyitems(
|
||||
.. code-block:: python
|
||||
|
||||
@pytest.mark.requires("package1", "package2")
|
||||
def test_something():
|
||||
...
|
||||
def test_something(): ...
|
||||
|
||||
"""
|
||||
# Mapping from the name of a package to whether it is installed or not.
|
||||
|
Reference in New Issue
Block a user