Skip to content

Commit 381a1f5

Browse files
committed
[#28] removed unnecessary import statement in readService
1 parent 9fd3e05 commit 381a1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odm2api/ODM2/services/readService.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = 'jmeline'
22

3-
from sqlalchemy import func, exc
3+
from sqlalchemy import func
44
import pandas as pd
55

66
from odm2api.ODM2 import serviceBase

0 commit comments

Comments
 (0)