Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wangdian committed Jan 31, 2019
1 parent 12bf7c4 commit 3fbc7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cleaner/config/cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

import logging
import logging.config
import copy


class Cleaner:
class Cleaner(object):

def __init__(self, cluster_conf, service_conf, default_service_conf):
self.logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 3fbc7e8

Please sign in to comment.