Skip to content
  • Leo P. Singer's avatar
    Clean up an absolute import using __future__ · 36c2c1fc
    Leo P. Singer authored
    Use an absolute import (from the __future__) instead of explicitly
    using low-level import machinery to import the Pythons standard library's
    `logging` module within our `ligo.gracedb.logging` module.
    36c2c1fc