We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fd841 commit 7a7a582Copy full SHA for 7a7a582
astroid/brain/brain_tensorflow.py
@@ -1,3 +1,6 @@
1
+# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2
+# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
3
+# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
4
"""Astroid hooks for understanding tensorflow's imports."""
5
from astroid import MANAGER
6
from astroid.exceptions import AstroidBuildingError
0 commit comments