Open sgowda opened 9 years ago
source.py and sink.py both inherit from each other, leaving the potential for a circular import. This could be resolved by combining the code into one file.
source.py and sink.py both inherit from each other, leaving the potential for a circular import. This could be resolved by combining the code into one file.