Skip to content

Commit

Permalink
docstring goes first
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed Mar 18, 2024
1 parent 5170a58 commit 0ff9dea
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/radical/utils/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@
__license__ = "MIT"


# ------------------------------------------------------------------------------
#
# NOTE: ForkingPickler does not like lambdas nor local functions, thus use
# a module level function to disable loggers.
#
def _noop(*args, **kwargs):
pass


# ------------------------------------------------------------------------------
#
"""
Expand Down Expand Up @@ -41,6 +32,15 @@ def _noop(*args, **kwargs):
"""


# ------------------------------------------------------------------------------
#
# NOTE: ForkingPickler does not like lambdas nor local functions, thus use
# a module level function to disable loggers.
#
def _noop(*args, **kwargs):
pass


# ------------------------------------------------------------------------------
#
import os
Expand Down

0 comments on commit 0ff9dea

Please sign in to comment.