Skip to content

Commit e5d6861

Browse files
committed
sync
1 parent e791a0d commit e5d6861

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

whoisdomain/context/parameterContext.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import logging
44
from dataclasses import asdict, dataclass
55

6-
76
log = logging.getLogger(__name__)
87

98

whoisdomain/domain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
log = logging.getLogger(__name__)
1313

14+
1415
class Domain:
1516
def __init__(
1617
self,

0 commit comments

Comments
 (0)