Skip to content

Commit

Permalink
reformat with isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jojortz committed Aug 27, 2024
1 parent 772d242 commit 27f208e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions any_parser/base.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import time
import requests
from datetime import datetime, timedelta
from any_parser.postprocessors import run_convert

import requests

from any_parser.postprocessors import run_convert

CAMBIO_UPLOAD_URL = "https://jnrsqrod4j.execute-api.us-west-2.amazonaws.com/v1/upload"
CAMBIO_REQUEST_URL = "https://jnrsqrod4j.execute-api.us-west-2.amazonaws.com/v1/request"
Expand Down
5 changes: 3 additions & 2 deletions any_parser/postprocessors.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from bs4 import BeautifulSoup
import io
import csv
import io

from bs4 import BeautifulSoup


def run_convert(result, output_format):
Expand Down

0 comments on commit 27f208e

Please sign in to comment.