Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jul 18, 2022
1 parent bea3a63 commit 9e76f15
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
12 changes: 6 additions & 6 deletions src/omero/clients.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Copyright 2009 - 2016 Glencoe Software, Inc. All rights reserved.
Use is subject to license terms supplied in LICENSE.txt
"""
#
#
# Copyright 2009 - 2016 Glencoe Software, Inc. All rights reserved.
# Use is subject to license terms supplied in LICENSE.txt
#
#
from __future__ import print_function

from builtins import zip
Expand Down
2 changes: 1 addition & 1 deletion src/omero/gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def fileread_gen(fin, fsize, bufsize):

def getAnnotationLinkTableName(objecttype):
"""
Get the name of the *AnnotationLink table
Get the name of the AnnotationLink table
for the given objecttype
"""
objecttype = objecttype.lower()
Expand Down
15 changes: 5 additions & 10 deletions src/omero/rtypes.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
::
/*
* $Id$
*
* Copyright 2008 Glencoe Software, Inc. All rights reserved.
* Use is subject to license terms supplied in LICENSE.txt
*
*/
"""
#
#
# Copyright 2008 Glencoe Software, Inc. All rights reserved.
# Use is subject to license terms supplied in LICENSE.txt
#

"""
Module which is responsible for creating rtypes from static
Expand Down

0 comments on commit 9e76f15

Please sign in to comment.