Skip to content

Commit

Permalink
Fix lint for release/util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
def- committed Aug 25, 2024
1 parent e73f956 commit 7781283
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions misc/python/materialize/release/util.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Copyright Materialize, Inc. and contributors. All rights reserved.
#
# Use of this software is governed by the Business Source License
# included in the LICENSE file at the root of this repository.
#
# As of the Change Date specified in that file, in accordance with
# the Business Source License, use of this software will be governed
# by the Apache License, Version 2.0.

"""Utilities for release management."""

from pathlib import Path
Expand Down

0 comments on commit 7781283

Please sign in to comment.