diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-07-25 14:46:56 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-07-26 12:27:41 +0000 |
commit | 2f9e211bd097fdd2f83df540aa494d924df01c7d (patch) | |
tree | b4a8bb025e1f2fbe1cd1b97bcf5a025582619c24 /resources/tools/dash/app/pal/stats/stats.py | |
parent | 7889544ddfba775bf07bcd331f022de4650e59dc (diff) |
UTI: code clean-up
Change-Id: I492370e20ad0e7431aaf86af618ed874104c4ad5
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/dash/app/pal/stats/stats.py')
-rw-r--r-- | resources/tools/dash/app/pal/stats/stats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/dash/app/pal/stats/stats.py b/resources/tools/dash/app/pal/stats/stats.py index 560ec53f14..5b31faca44 100644 --- a/resources/tools/dash/app/pal/stats/stats.py +++ b/resources/tools/dash/app/pal/stats/stats.py @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Instantiate the Statistics Dash applocation. +"""Instantiate the Statistics Dash application. """ import dash |