Skip to content

Commit fa8e981

Browse files
Fix setup.cfg config
1 parent 6873cae commit fa8e981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv
1212
profile = black
1313
default_section = THIRDPARTY
1414
known_first_party = safe_transaction_service
15-
known_gnosis = py_eth_sig_utils,gnosis
15+
known_safe = py_eth_sig_utils,safe
1616
known_fastapi = fastapi,pydantic
1717
sections = FUTURE,STDLIB,FASTAPI,THIRDPARTY,SAFE,FIRSTPARTY,LOCALFOLDER
1818

0 commit comments

Comments
 (0)