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 43cb478 according to the output
from black, autopep8, isort and prettier.

Details: https://deepsource.io/gh/CSRedRat/topalias/transform/22c530c6-1168-4a46-a3ac-f6340fae7b71/
  • Loading branch information
deepsource-autofix[bot] authored Nov 20, 2020
1 parent 43cb478 commit eb59666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_topalias.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# -*- coding: utf-8 -*-
"""Tests for `topalias` package."""

import importlib
import subprocess
import sys
import importlib

import pytest
import requests
from bs4 import BeautifulSoup
Expand Down

0 comments on commit eb59666

Please sign in to comment.