uranusjr commented on pull request #19298:
URL: https://github.com/apache/airflow/pull/19298#issuecomment-954611812


   Ah OK, thanks for the explaination. Maybe it'd be clearer to say something 
like
   
   ```
   <tests.test_utils.mock_operators.GithubLink object>
   ```
   
   instead? This would be closer to the built-in repr format as well
   
   ```pycon
   >>> class Foo:
   ...  pass
   ...
   >>> Foo()
   <__main__.Foo object at 0x7f2dc444efa0>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to