Skip to content

Commit e667d5e

Browse files
Black linting
1 parent 02bb7c8 commit e667d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pori_python/ipr/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def ipr_report(
419419
)
420420

421421
# GKB CONNECTION
422-
graphkb_conn = GraphKBConnection(graphkb_url) if graphkb_url else GraphKBConnection()
422+
graphkb_conn = GraphKBConnection(graphkb_url) if graphkb_url else GraphKBConnection()
423423
logger.info(f"connecting to graphkb: {graphkb_conn.url}")
424424

425425
graphkb_conn.login(

0 commit comments

Comments
 (0)