Skip to content

Commit cda4cce

Browse files
committed
process_tracker_python-9 Process can have more than one source
✨ Process now can have more than one source. Can also have more than one target Processes now have the ability to be registered with more than one source and more than one target (which is an alias of source).
1 parent f378eef commit cda4cce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_process_tracker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import unittest
55

66
import boto3
7-
import moto
87
from sqlalchemy.orm import aliased, Session
98

109
from process_tracker.models.extract import Extract, ExtractProcess, ExtractStatus, Location

0 commit comments

Comments
 (0)