Skip to content

Commit

Permalink
Entry class is not even used in the dnscry.pt sync scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Sep 18, 2024
1 parent 2805f6f commit 0ad96c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions utils/dnscry.pt-merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@
import sys


class Entry:
name = None
description = None
stamps = None

def __init__(self, name, description, stamps):
self.name = name
self.description = description
self.stamps = stamps


servers = {}

in_header = True
Expand Down
11 changes: 0 additions & 11 deletions utils/dnscry.pt-relays-merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@
import sys


class Entry:
name = None
description = None
stamps = None

def __init__(self, name, description, stamps):
self.name = name
self.description = description
self.stamps = stamps


servers = {}

in_header = True
Expand Down

0 comments on commit 0ad96c6

Please sign in to comment.