Skip to content

Commit

Permalink
deprecate: resync v0
Browse files Browse the repository at this point in the history
  • Loading branch information
nodegard committed Oct 16, 2024
1 parent e68894e commit 40afb74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cognite/powerops/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
third_party_logger.setLevel(logging.WARNING)
third_party_logger.propagate = False

MODELS_BY_NAME_SORTED = sorted(powerops.resync.MODELS_BY_NAME)
MODELS_BY_NAME_STR = ", ".join(MODELS_BY_NAME_SORTED)

FORMAT = "%(message)s"
logging.basicConfig(
level=logging.INFO, format=FORMAT, datefmt="[%X]", handlers=[RichHandler(console=Console(stderr=True))]
Expand Down

0 comments on commit 40afb74

Please sign in to comment.