Skip to content

Commit

Permalink
Format code with black, autopep8, isort and prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 0c001d3 according to the output
from black, autopep8, isort and prettier.

Details: https://deepsource.io/gh/CSRedRat/topalias/transform/2543c632-c83f-4cf2-9fe2-2083772158da/
  • Loading branch information
deepsource-autofix[bot] authored Nov 21, 2020
1 parent 0c001d3 commit 348a288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_topalias.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
import importlib
import subprocess
import sys
from topalias.aliascore import process_bash_line, process_zsh_line

import pytest
import requests
from bs4 import BeautifulSoup
from click.testing import CliRunner
from topalias import aliascore, cli
from topalias.aliascore import process_bash_line, process_zsh_line


@pytest.fixture(name="response")
Expand Down

0 comments on commit 348a288

Please sign in to comment.