Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
nimshi89 committed Jun 27, 2024
1 parent 5312648 commit 48759ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dpytools/logging/logger.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
import logging
import os
import sys
import requests
from datetime import datetime, timezone
from typing import Dict, List, Optional

import structlog
import requests


from dpytools.logging.utility import (
create_error_dict,
level_to_severity,
get_domain,
get_scheme,
calculate_duration_in_nanoseconds,
create_error_dict,
get_domain,
get_end_date,
get_port,
get_scheme,
get_start_date,
get_end_date,
calculate_duration_in_nanoseconds)
level_to_severity)

class DpLogger:
def __init__(self, namespace: str):
Expand Down

0 comments on commit 48759ed

Please sign in to comment.