Skip to content

Commit

Permalink
Don't try to cover NullSender methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Mar 7, 2021
1 parent 3de6ed3 commit 0681b3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/outgoing/senders/null.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ class NullSender(OpenClosable):
configpath: Optional[Path] = None

def open(self) -> None:
pass
...

def close(self) -> None:
pass
...

def send(self, msg: EmailMessage) -> None:
pass
...

0 comments on commit 0681b3d

Please sign in to comment.