Skip to content

Commit dab2c9a

Browse files
committed
Fix formatting after black update
1 parent 79328b9 commit dab2c9a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

ldnp/deb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from .util import run_command
1111
from .logging import get_logger
1212

13-
1413
logger = get_logger("deb")
1514

1615

ldnp/templating.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from jinja2 import Environment, FileSystemLoader
22
from pathlib import Path
33

4-
54
templates_dir_path = Path(__file__).parent / "templates"
65

76
jinja_env = Environment(loader=FileSystemLoader(templates_dir_path))

ldnp/util.py

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

77
from .logging import get_logger
88

9-
109
logger = get_logger("util")
1110

1211

0 commit comments

Comments
 (0)