Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 8, 2024
1 parent fe09184 commit f6c2d36
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion abacusnbody/hod/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .utils import setup_logging
from .utils import setup_logging
1 change: 0 additions & 1 deletion abacusnbody/hod/abacus_hod.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import gc
import time
from pathlib import Path
import warnings
import logging

import asdf
Expand Down
3 changes: 1 addition & 2 deletions abacusnbody/hod/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# taken from https://github.com/cosmodesi/desilike/blob/main/desilike/utils.py
import numpy as np
import logging
import sys
import os
Expand Down Expand Up @@ -71,4 +70,4 @@ def mkdir(dirname):
try:
os.makedirs(dirname) # MPI...
except OSError:
return
return

0 comments on commit f6c2d36

Please sign in to comment.