Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello committed Jan 21, 2025
1 parent 37a4124 commit 27efd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grafana_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import os
import pathlib
import re
import subprocess
import shutil
import socket
import subprocess
from collections import namedtuple
from dataclasses import dataclass
from typing import Any, Callable, Dict, List, Optional, Set, Union, cast
Expand Down

0 comments on commit 27efd99

Please sign in to comment.