Skip to content

Commit

Permalink
Merge pull request #28 from CSRedRat/deepsource-transform-48f9f9b5
Browse files Browse the repository at this point in the history
Format code with black, autopep8, isort and prettier
  • Loading branch information
meteoritt authored Nov 21, 2020
2 parents 0c001d3 + 348a288 commit 3c14ada
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 3c14ada

Please sign in to comment.