Skip to content

Commit

Permalink
fix: update patch version
Browse files Browse the repository at this point in the history
Signed-off-by: s0nicboOm <i.kushalbatra@gmail.com>
  • Loading branch information
s0nicboOm committed Sep 14, 2023
1 parent 7e06132 commit d8e5282
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 128 deletions.
4 changes: 0 additions & 4 deletions numalogic/udfs/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
CONF_FILE_PATH = os.getenv(
"CONF_PATH", default=os.path.join(BASE_CONF_DIR, "default-configs", "config.yaml")
)
pipeline_conf = load_pipeline_conf(CONF_FILE_PATH)
logging.info("Pipeline config: %s", pipeline_conf)

redis_client = get_redis_client_from_conf(pipeline_conf.redis_conf)

if __name__ == "__main__":
set_logger()
Expand Down
Loading

0 comments on commit d8e5282

Please sign in to comment.