mirror of
https://github.com/esphome/esphome.git
synced 2026-02-24 20:35:30 -07:00
[code-quality] fix clang-tidy prometheus (#7284)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "prometheus_handler.h"
|
||||
#ifdef USE_NETWORK
|
||||
#include "esphome/core/application.h"
|
||||
|
||||
namespace esphome {
|
||||
@@ -350,3 +351,4 @@ void PrometheusHandler::lock_row_(AsyncResponseStream *stream, lock::Lock *obj)
|
||||
|
||||
} // namespace prometheus
|
||||
} // namespace esphome
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user