diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-07-27 15:01:44 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-07-27 13:20:17 +0000 |
commit | 24e0d369e3b5637926269c01ebbfc78a185e85cc (patch) | |
tree | 788e683bd31ca1f4f55cbd0f41b43a4e553382cb /resources/tools/dash/app/pal/trending/trending.py | |
parent | cfd5a3c3401a60e8044535f01d46b3312b07f201 (diff) |
UTI: Code clean-up
Change-Id: Ia88f3ce646664eeb4f2bb96e25fe1c2e433d7423
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/dash/app/pal/trending/trending.py')
-rw-r--r-- | resources/tools/dash/app/pal/trending/trending.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/dash/app/pal/trending/trending.py b/resources/tools/dash/app/pal/trending/trending.py index 3697f7150f..af1dc79722 100644 --- a/resources/tools/dash/app/pal/trending/trending.py +++ b/resources/tools/dash/app/pal/trending/trending.py @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Instantiate the Trending Dash applocation. +"""Instantiate the Trending Dash application. """ import dash |