Skip to content

Commit

Permalink
chore(docs): isort
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Nov 3, 2024
1 parent f42a198 commit 534279a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import os
import sys

from brownie import network
from sphinx.util import logging

Expand Down Expand Up @@ -102,4 +103,4 @@ def skip_specific_members(app, what, name, obj, skip, options):
return skip

def setup(app):
app.connect('autodoc-skip-member', skip_specific_members)
app.connect('autodoc-skip-member', skip_specific_members)

0 comments on commit 534279a

Please sign in to comment.