mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Fix lint error: Use Ruff to format imports
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
import os
|
import os
|
||||||
import pytest
|
|
||||||
import shutil
|
import shutil
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
def test_pypika_installation():
|
def test_pypika_installation():
|
||||||
"""Test that pypika can be installed without packaging.licenses errors."""
|
"""Test that pypika can be installed without packaging.licenses errors."""
|
||||||
|
|||||||
Reference in New Issue
Block a user