Skip to content

Commit

Permalink
Import formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon authored and Ramon committed Sep 20, 2020
1 parent 529b74b commit 75b8a0b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion barentsz/_discover.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
import re
import sys
from importlib import import_module
from inspect import getmembers, isfunction, ismethod, isclass
from inspect import (
getmembers,
isclass,
isfunction,
ismethod,
)
from pathlib import Path
from typing import (
Any,
Expand Down

0 comments on commit 75b8a0b

Please sign in to comment.