Skip to content

Commit

Permalink
fix styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
benyissa committed Nov 21, 2023
1 parent 25e4c99 commit 744a774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tests/asteroid_agent_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Unit tests for AsteroidAgent."""
from typing import Type
from typing import Generator
from typing import Type, Generator

from ostorlab.agent.message import message as m

Expand Down
3 changes: 1 addition & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"""Pytest fixtures for agent Asteroid"""
import pathlib
import random
from typing import Type
from typing import Generator
from typing import Type, Generator

import pytest
from ostorlab.agent import definitions as agent_definitions
Expand Down

0 comments on commit 744a774

Please sign in to comment.