Skip to content

Commit 2e35043

Browse files
authored
Merge branch 'master' into dev-v2
2 parents 691f231 + 8edb89b commit 2e35043

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

whoisdomain/context/parameterContext.py

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

6+
67
log = logging.getLogger(__name__)
78

89

whoisdomain/domain.py

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

1212
log = logging.getLogger(__name__)
1313

14-
1514
class Domain:
1615
def __init__(
1716
self,

0 commit comments

Comments
 (0)