From 41a035f7f2fa0035e34e3f6c437c3eb7018b4ce7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 26 Jul 2020 20:30:41 +0200 Subject: [PATCH] :shirt: Other minor styling --- .../rootfs/opt/prometheus-configgen/prometheus.template | 2 +- .../rootfs/opt/prometheus-configgen/requirements.txt | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/prometheus/rootfs/opt/prometheus-configgen/prometheus.template b/prometheus/rootfs/opt/prometheus-configgen/prometheus.template index c9aa2b2..7589935 100644 --- a/prometheus/rootfs/opt/prometheus-configgen/prometheus.template +++ b/prometheus/rootfs/opt/prometheus-configgen/prometheus.template @@ -35,4 +35,4 @@ rule_files: # scheme defaults to 'http'. static_configs: - - targets: ['localhost:9090'] + - targets: ['localhost:9090'] diff --git a/prometheus/rootfs/opt/prometheus-configgen/requirements.txt b/prometheus/rootfs/opt/prometheus-configgen/requirements.txt index 15b5dd2..ea01d9e 100644 --- a/prometheus/rootfs/opt/prometheus-configgen/requirements.txt +++ b/prometheus/rootfs/opt/prometheus-configgen/requirements.txt @@ -1,5 +1,4 @@ -PyYAML>=5.3.1 -pyyaml-include>=1.2 -requests>=2.23.0 aionotify - +pyyaml-include>=1.2 +PyYAML>=5.3.1 +requests>=2.23.0