Skip to content

Commit 438c0a1

Browse files
authored
Fix lint (#198)
1 parent bd1425f commit 438c0a1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ecs_logging/_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import functools
2121
from typing import Any, Dict, Mapping
2222

23-
2423
__all__ = [
2524
"normalize_dict",
2625
"de_dot",

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
import nox
1919

20-
2120
SOURCE_FILES = ("noxfile.py", "tests/", "ecs_logging/")
2221

2322

0 commit comments

Comments
 (0)