Skip to content

Commit

Permalink
style: format code with Autopep8, Black, ClangFormat, dotnet-format, …
Browse files Browse the repository at this point in the history
…Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf

This commit fixes the style issues introduced in 98bf430 according to the output
from Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java
Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt,
Scalafmt, StandardJS, StandardRB, swift-format and Yapf.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Jul 14, 2024
1 parent 98bf430 commit d3c3f37
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# File name: synthetic_data_generation_gan.py
import numpy as np
from tensorflow.keras.layers import Conv2D, Dense
from tensorflow.keras.models import Sequential
from tensorflow.keras.layers import Dense, Conv2D


class SyntheticDataGenerationGAN:
def __init__(self):
Expand Down

0 comments on commit d3c3f37

Please sign in to comment.