We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 557a12c + 5449336 commit ba220faCopy full SHA for ba220fa
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 20.8b1
+ rev: 22.10.0
4
hooks:
5
- id: black
6
args:
lib/DxTimeflow.py
@@ -36,7 +36,7 @@
36
37
38
class DxTimeflow(object):
39
- """Shared methods for timeflows """
+ """Shared methods for timeflows"""
40
41
def __init__(self, engine):
42
self.engine = engine
0 commit comments