Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
X
xivo-dao
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xivo.solutions
xivo-dao
Commits
63909d1a
Commit
63909d1a
authored
Oct 29, 2019
by
Jean-Pierre Thomasset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2939 - Remove unreachable code
parent
6d802170
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
xivo_dao/resources/agent/dao.py
xivo_dao/resources/agent/dao.py
+0
-2
No files found.
xivo_dao/resources/agent/dao.py
View file @
63909d1a
...
...
@@ -50,12 +50,10 @@ def edit(agent):
Session
.
add
(
agent
)
Session
.
flush
()
return
agent
pass
def
delete
(
agent
):
Session
.
delete
(
agent
)
Session
.
flush
()
pass
def
to_membership_dict
(
row
):
return
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment