cleanup dup. functions and use the ones from misc
[sfa.git] / geni / util / misc.py
index 41f5070..445e0a3 100644 (file)
@@ -8,7 +8,6 @@ def get_leaf(hrn):
     return ".".join(parts[-1:])
 
 def get_authority(hrn):
-    
     parts = hrn.split(".")
     return ".".join(parts[:-1])