Skip to content

Commit

Permalink
rm \n
Browse files Browse the repository at this point in the history
  • Loading branch information
JSCU-CNI committed Feb 20, 2025
1 parent 92b4b4d commit 754bf65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion flow/record/adapter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@


class AbstractWriter(metaclass=abc.ABCMeta):

@abc.abstractmethod
def write(self, rec: Record) -> None:
"""Write a record."""
Expand Down
1 change: 0 additions & 1 deletion flow/record/adapter/splunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ def __init__(
ssl_verify: bool = True,
**kwargs,
):

# If the writer is initiated without a protocol, we assume we will be writing over tcp
if "://" not in uri:
uri = f"tcp://{uri}"
Expand Down

0 comments on commit 754bf65

Please sign in to comment.