Skip to content

Commit d50edf7

Browse files
committed
Blacken
1 parent 7dc2ca1 commit d50edf7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# print(f"Importing {__name__}")
22

3+
34
def wobbulate():
45
print("Wibble wobble")
56

7+
68
def enhance():
79
print("Enhancing audio")
810

11+
912
_secret_password = "Alakazam!"
1013
__top_secret_password = "!mazakalA"

python-init-py/media_project/mediatools/graphics/utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
__all__ = ["solarize", "enhance"]
44

5+
56
def solarize():
67
print("Solarizing")
78

9+
810
def enhance():
911
print("Enhancing graphics")
1012

13+
1114
indiana_pi = 3.2

0 commit comments

Comments
 (0)