Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commited3ef60

Browse files
Code style (flake8)
1 parent2b34236 commited3ef60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎testgres/cache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ def cached_initdb(data_dir, logfile=None, params=None, os_ops: OsOperations = Lo
3232

3333
defmake_utility_path(name):
3434
assertnameisnotNone
35-
asserttype(name)==str
35+
asserttype(name)==str# noqa: E721
3636

3737
ifbin_path:
3838
returnos.path.join(bin_path,name)
39-
39+
4040
returnget_bin_path2(os_ops,name)
4141

4242
defcall_initdb(initdb_dir,log=logfile):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp