Skip to content

Commit

Permalink
fix: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoreira-valory committed Oct 5, 2023
1 parent 34ea99c commit 0eeb2e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_docs/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
"""This module contains helper function to extract code from the .md files."""
import os
import re
import requests
from enum import Enum
from pathlib import Path
from typing import Callable, Dict, List, Optional

import requests

from tests.conftest import ROOT_DIR


Expand Down

0 comments on commit 0eeb2e5

Please sign in to comment.