Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kissken committed Jul 10, 2024
1 parent a95070e commit 0fd3742
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push

jobs:
build:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 0 additions & 7 deletions moira_client/models/contact.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
from ..client import ResponseStructureError
from .base import Base

CONTACT_EMAIL = 'mail'
CONTACT_PUSHOVER = 'pushover'
CONTACT_SLACK = 'slack'
CONTACT_TELEGRAM = 'telegram'
CONTACT_TWILIO_SMS = 'twilio sms'
CONTACT_TWILIO_VOICE = 'twilio voice'


class Contact(Base):
def __init__(self, value='', type='', **kwargs):
Expand Down

0 comments on commit 0fd3742

Please sign in to comment.