Skip to content

Commit ebc26dc

Browse files
fix: remove internal Jira URL from codebase
Remove zipstack.atlassian.net reference from visitran.py comment.
1 parent 1c44054 commit ebc26dc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

backend/visitran/visitran.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ def draw_dag(self) -> None:
492492
This causes an Runtime error when
493493
calling this from django.
494494
So suppressing generation of dag.png when calling this from django.
495-
See: https://zipstack.atlassian.net/browse/OR-109
496495
"""
497496
with warnings.catch_warnings():
498497
warnings.simplefilter("ignore")

0 commit comments

Comments
 (0)