fix: missing os import

main
PovilasID 2023-11-26 11:05:21 +02:00 committed by GitHub
parent 4750dcc480
commit 5947650b01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import re
import time
import sys
import logging
import os
def add_metric(metric, label, stats, key, multiplier=1.0):