Skip to content

Commit

Permalink
Update format.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zavoraad authored Feb 27, 2024
1 parent 9cb2487 commit 62cb514
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions databricksx12/format.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ class AnsiX12Delim(Format):
ELEMENT_DELIM = "*"
SUB_DELIM = ":"

def __init__(self):
pass

class EDIFactDelim(Format):
TAG_DELIM = "+"
SEGMENT_DELIM = "'"
Expand All @@ -26,17 +23,10 @@ class EDIFactDelim(Format):
DECIMAL_DELIM = "."
RELEASE_DELIM = "?"

def __init__(self):
pass

class TradacomsDelim(Format):
TAG_DELIM = "="
SEGMENT_DELIM = "'"
ELEMENT_DELIM = "+"
SUB_DELIM = ":"
DECIMAL_DELIM = "."
RELEASE_DELIM = "?"
def __init__(self):
pass


0 comments on commit 62cb514

Please sign in to comment.