Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl committed Oct 26, 2023
1 parent 894ee52 commit dcf839e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_dummy_db_manager.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import pytest

from classes import User
from bot.dummy_db_manager import DummyDBManager

from data.rootme_api_example_data import auteurs_with_score_zero_example_data

from bot.dummy_db_manager import DummyDBManager
from classes import User


@pytest.mark.asyncio
async def test_add_user(mock_dummy_db_manager):
Expand Down

0 comments on commit dcf839e

Please sign in to comment.