Skip to content

Commit

Permalink
Merge pull request #21 from CSRedRat/deepsource-transform-0e9fbcaf
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 20, 2020
2 parents 43cb478 + eb59666 commit 002ae1e
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 002ae1e

Please sign in to comment.